public static interface ListGroupsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListGroupsRequest.Builder,ListGroupsRequest>
Modifier and Type | Method and Description |
---|---|
ListGroupsRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the group is in.
|
ListGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListGroupsRequest.Builder |
namespace(String namespace)
The namespace that you want a list of groups from.
|
ListGroupsRequest.Builder |
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
ListGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListGroupsRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
awsAccountId
- The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
Amazon Web Services account that contains your Amazon QuickSight account.ListGroupsRequest.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.ListGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.ListGroupsRequest.Builder namespace(String namespace)
The namespace that you want a list of groups from.
namespace
- The namespace that you want a list of groups from.ListGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.