public static interface ListDashboardVersionsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListDashboardVersionsRequest.Builder,ListDashboardVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDashboardVersionsRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're listing versions for.
|
ListDashboardVersionsRequest.Builder |
dashboardId(String dashboardId)
The ID for the dashboard.
|
ListDashboardVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListDashboardVersionsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListDashboardVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDashboardVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDashboardVersionsRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're listing versions for.
awsAccountId - The ID of the Amazon Web Services account that contains the dashboard that you're listing versions
for.ListDashboardVersionsRequest.Builder dashboardId(String dashboardId)
The ID for the dashboard.
dashboardId - The ID for the dashboard.ListDashboardVersionsRequest.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.ListDashboardVersionsRequest.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.ListDashboardVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDashboardVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.