Interface DeleteDashboardRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteDashboardRequest.Builder,DeleteDashboardRequest>,QuickSightRequest.Builder,SdkBuilder<DeleteDashboardRequest.Builder,DeleteDashboardRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteDashboardRequest
@Mutable @NotThreadSafe public static interface DeleteDashboardRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteDashboardRequest.Builder,DeleteDashboardRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteDashboardRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the dashboard that you're deleting.DeleteDashboardRequest.BuilderdashboardId(String dashboardId)The ID for the dashboard.DeleteDashboardRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteDashboardRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteDashboardRequest.BuilderversionNumber(Long versionNumber)The version number of the dashboard.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
DeleteDashboardRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're deleting.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the dashboard that you're deleting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardId
DeleteDashboardRequest.Builder dashboardId(String dashboardId)
The ID for the dashboard.
- Parameters:
dashboardId- The ID for the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionNumber
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.
- Parameters:
versionNumber- The version number of the dashboard. If the version number property is provided, only the specified version of the dashboard is deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteDashboardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteDashboardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-