public static interface ListUserGroupsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListUserGroupsResponse.Builder,ListUserGroupsResponse>
Modifier and Type | Method and Description |
---|---|
ListUserGroupsResponse.Builder |
groupList(Collection<Group> groupList)
The list of groups the user is a member of.
|
ListUserGroupsResponse.Builder |
groupList(Consumer<Group.Builder>... groupList)
The list of groups the user is a member of.
|
ListUserGroupsResponse.Builder |
groupList(Group... groupList)
The list of groups the user is a member of.
|
ListUserGroupsResponse.Builder |
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
ListUserGroupsResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
ListUserGroupsResponse.Builder |
status(Integer status)
The http status of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListUserGroupsResponse.Builder groupList(Collection<Group> groupList)
The list of groups the user is a member of.
groupList
- The list of groups the user is a member of.ListUserGroupsResponse.Builder groupList(Group... groupList)
The list of groups the user is a member of.
groupList
- The list of groups the user is a member of.ListUserGroupsResponse.Builder groupList(Consumer<Group.Builder>... groupList)
The list of groups the user is a member of.
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)
ListUserGroupsResponse.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.ListUserGroupsResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.ListUserGroupsResponse.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.