public static interface ListAnalysesRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListAnalysesRequest.Builder,ListAnalysesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAnalysesRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the analyses.
|
ListAnalysesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListAnalysesRequest.Builder |
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
ListAnalysesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAnalysesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnalysesRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the analyses.
awsAccountId - The ID of the Amazon Web Services account that contains the analyses.ListAnalysesRequest.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.ListAnalysesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListAnalysesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAnalysesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.