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 AWS request ID for this operation.
|
ListGroupsResponse.Builder |
status(Integer status)
The http status of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListGroupsResponse.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 that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #groupList(List)
.groupList
- a consumer that will call methods on List.Builder
#groupList(List)
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 AWS request ID for this operation.
requestId
- The AWS request ID for this operation.ListGroupsResponse.Builder status(Integer status)
The http status of the request.
status
- The http status of the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.