public static interface ListDashboardsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListDashboardsRequest.Builder,ListDashboardsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the AWS account that contains the dashboards that you're listing.
|
ListDashboardsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListDashboardsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListDashboardsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDashboardsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDashboardsRequest.Builder awsAccountId(String awsAccountId)
The ID of the AWS account that contains the dashboards that you're listing.
awsAccountId - The ID of the AWS account that contains the dashboards that you're listing.ListDashboardsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListDashboardsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.ListDashboardsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDashboardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.