Interface DeleteThemeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteThemeRequest.Builder,DeleteThemeRequest>,QuickSightRequest.Builder,SdkBuilder<DeleteThemeRequest.Builder,DeleteThemeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteThemeRequest
@Mutable @NotThreadSafe public static interface DeleteThemeRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteThemeRequest.Builder,DeleteThemeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteThemeRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the theme that you're deleting.DeleteThemeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteThemeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteThemeRequest.BuilderthemeId(String themeId)An ID for the theme that you want to delete.DeleteThemeRequest.BuilderversionNumber(Long versionNumber)The version of the theme that you want to delete.-
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
DeleteThemeRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme that you're deleting.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the theme that you're deleting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themeId
DeleteThemeRequest.Builder themeId(String themeId)
An ID for the theme that you want to delete.
- Parameters:
themeId- An ID for the theme that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionNumber
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
DeleteThemeto delete all versions of the theme.- Parameters:
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
DeleteThemeto delete all versions of the theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteThemeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteThemeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-