public static interface DeleteThemeRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteThemeRequest.Builder,DeleteThemeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteThemeRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the AWS account that contains the theme that you're deleting.
|
DeleteThemeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteThemeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteThemeRequest.Builder |
themeId(String themeId)
An ID for the theme that you want to delete.
|
DeleteThemeRequest.Builder |
versionNumber(Long versionNumber)
The version of the theme that you want to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteThemeRequest.Builder awsAccountId(String awsAccountId)
The ID of the AWS account that contains the theme that you're deleting.
awsAccountId - The ID of the AWS account that contains the theme that you're deleting.DeleteThemeRequest.Builder themeId(String themeId)
An ID for the theme that you want to delete.
themeId - An ID for the theme that you want to delete.DeleteThemeRequest.Builder versionNumber(Long versionNumber)
The version of the theme that you want to delete.
Note: If you don't provide a version number, you're using this call to DeleteTheme to
delete all versions of the theme.
versionNumber - The version of the theme that you want to delete.
Note: If you don't provide a version number, you're using this call to DeleteTheme
to delete all versions of the theme.
DeleteThemeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteThemeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.