public static interface DescribeDashboardDefinitionRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeDashboardDefinitionRequest.Builder,DescribeDashboardDefinitionRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDashboardDefinitionRequest.Builder |
aliasName(String aliasName)
The alias name.
|
DescribeDashboardDefinitionRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're describing.
|
DescribeDashboardDefinitionRequest.Builder |
dashboardId(String dashboardId)
The ID for the dashboard.
|
DescribeDashboardDefinitionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDashboardDefinitionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeDashboardDefinitionRequest.Builder |
versionNumber(Long versionNumber)
The version number for the dashboard.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDashboardDefinitionRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're describing.
awsAccountId - The ID of the Amazon Web Services account that contains the dashboard that you're describing.DescribeDashboardDefinitionRequest.Builder dashboardId(String dashboardId)
The ID for the dashboard.
dashboardId - The ID for the dashboard.DescribeDashboardDefinitionRequest.Builder versionNumber(Long versionNumber)
The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.
versionNumber - The version number for the dashboard. If a version number isn't passed, the latest published dashboard
version is described.DescribeDashboardDefinitionRequest.Builder aliasName(String aliasName)
The alias name.
aliasName - The alias name.DescribeDashboardDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDashboardDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.