public static interface SearchGroupsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<SearchGroupsResponse.Builder,SearchGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchGroupsResponse.Builder |
groupList(Collection<Group> groupList)
A list of groups in a specified namespace that match the filters you set in your
SearchGroups
request. |
SearchGroupsResponse.Builder |
groupList(Consumer<Group.Builder>... groupList)
A list of groups in a specified namespace that match the filters you set in your
SearchGroups
request. |
SearchGroupsResponse.Builder |
groupList(Group... groupList)
A list of groups in a specified namespace that match the filters you set in your
SearchGroups
request. |
SearchGroupsResponse.Builder |
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
SearchGroupsResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
SearchGroupsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchGroupsResponse.Builder groupList(Collection<Group> groupList)
A list of groups in a specified namespace that match the filters you set in your SearchGroups
request.
groupList - A list of groups in a specified namespace that match the filters you set in your
SearchGroups request.SearchGroupsResponse.Builder groupList(Group... groupList)
A list of groups in a specified namespace that match the filters you set in your SearchGroups
request.
groupList - A list of groups in a specified namespace that match the filters you set in your
SearchGroups request.SearchGroupsResponse.Builder groupList(Consumer<Group.Builder>... groupList)
A list of groups in a specified namespace that match the filters you set in your SearchGroups
request.
Group.Builder avoiding the need to create one
manually via Group.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #groupList(List.
groupList - a consumer that will call methods on
Group.Builder#groupList(java.util.Collection) SearchGroupsResponse.Builder nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken - A pagination token that can be used in a subsequent request.SearchGroupsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.SearchGroupsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.