Interface SearchGroupsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SearchGroupsResponse.Builder,SearchGroupsResponse>,QuickSightResponse.Builder,SdkBuilder<SearchGroupsResponse.Builder,SearchGroupsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SearchGroupsResponse
@Mutable @NotThreadSafe public static interface SearchGroupsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<SearchGroupsResponse.Builder,SearchGroupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchGroupsResponse.BuildergroupList(Collection<Group> groupList)A list of groups in a specified namespace that match the filters you set in yourSearchGroupsrequest.SearchGroupsResponse.BuildergroupList(Consumer<Group.Builder>... groupList)A list of groups in a specified namespace that match the filters you set in yourSearchGroupsrequest.SearchGroupsResponse.BuildergroupList(Group... groupList)A list of groups in a specified namespace that match the filters you set in yourSearchGroupsrequest.SearchGroupsResponse.BuildernextToken(String nextToken)A pagination token that can be used in a subsequent request.SearchGroupsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.SearchGroupsResponse.Builderstatus(Integer status)The HTTP status of the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
groupList
SearchGroupsResponse.Builder groupList(Collection<Group> groupList)
A list of groups in a specified namespace that match the filters you set in your
SearchGroupsrequest.- Parameters:
groupList- A list of groups in a specified namespace that match the filters you set in yourSearchGroupsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupList
SearchGroupsResponse.Builder groupList(Group... groupList)
A list of groups in a specified namespace that match the filters you set in your
SearchGroupsrequest.- Parameters:
groupList- A list of groups in a specified namespace that match the filters you set in yourSearchGroupsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupList
SearchGroupsResponse.Builder groupList(Consumer<Group.Builder>... groupList)
A list of groups in a specified namespace that match the filters you set in your
This is a convenience method that creates an instance of theSearchGroupsrequest.Group.Builderavoiding the need to create one manually viaGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#groupList(List.) - Parameters:
groupList- a consumer that will call methods onGroup.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#groupList(java.util.Collection)
-
nextToken
SearchGroupsResponse.Builder nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
- Parameters:
nextToken- A pagination token that can be used in a subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
SearchGroupsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
SearchGroupsResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-