public static interface ListGroupsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListGroupsResponse.Builder,ListGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse.Builder |
groupList(Collection<Group> groupList)
The list of the groups.
|
ListGroupsResponse.Builder |
groupList(Consumer<Group.Builder>... groupList)
The list of the groups.
|
ListGroupsResponse.Builder |
groupList(Group... groupList)
The list of the groups.
|
ListGroupsResponse.Builder |
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
ListGroupsResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListGroupsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupsResponse.Builder groupList(Collection<Group> groupList)
The list of the groups.
groupList - The list of the groups.ListGroupsResponse.Builder groupList(Group... groupList)
The list of the groups.
groupList - The list of the groups.ListGroupsResponse.Builder groupList(Consumer<Group.Builder>... groupList)
The list of the groups.
This is a convenience method that creates an instance of theGroup.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) ListGroupsResponse.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.ListGroupsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.ListGroupsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.