public static interface DeleteDashboardRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteDashboardRequest.Builder,DeleteDashboardRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteDashboardRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the AWS account that contains the dashboard that you're deleting.
|
DeleteDashboardRequest.Builder |
dashboardId(String dashboardId)
The ID for the dashboard.
|
DeleteDashboardRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteDashboardRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteDashboardRequest.Builder |
versionNumber(Long versionNumber)
The version number of the dashboard.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDashboardRequest.Builder awsAccountId(String awsAccountId)
The ID of the AWS account that contains the dashboard that you're deleting.
awsAccountId - The ID of the AWS account that contains the dashboard that you're deleting.DeleteDashboardRequest.Builder dashboardId(String dashboardId)
The ID for the dashboard.
dashboardId - The ID for the dashboard.DeleteDashboardRequest.Builder versionNumber(Long versionNumber)
The version number of the dashboard. If the version number property is provided, only the specified version of the dashboard is deleted.
versionNumber - The version number of the dashboard. If the version number property is provided, only the specified
version of the dashboard is deleted.DeleteDashboardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteDashboardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.