public static interface DescribeDashboardRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeDashboardRequest.Builder,DescribeDashboardRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDashboardRequest.Builder |
aliasName(String aliasName)
The alias name.
|
DescribeDashboardRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the AWS account that contains the dashboard that you're describing.
|
DescribeDashboardRequest.Builder |
dashboardId(String dashboardId)
The ID for the dashboard.
|
DescribeDashboardRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDashboardRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeDashboardRequest.Builder |
versionNumber(Long versionNumber)
The version number for the dashboard.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDashboardRequest.Builder awsAccountId(String awsAccountId)
The ID of the AWS account that contains the dashboard that you're describing.
awsAccountId - The ID of the AWS account that contains the dashboard that you're describing.DescribeDashboardRequest.Builder dashboardId(String dashboardId)
The ID for the dashboard.
dashboardId - The ID for the dashboard.DescribeDashboardRequest.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.DescribeDashboardRequest.Builder aliasName(String aliasName)
The alias name.
aliasName - The alias name.DescribeDashboardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDashboardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.