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 Amazon Web Services request ID for this operation.
|
ListUserGroupsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUserGroupsResponse.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 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) 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 Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.ListUserGroupsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.