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 Amazon Web Services 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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteDashboardRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're deleting.
awsAccountId
- The ID of the Amazon Web Services 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.Builder
DeleteDashboardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.