Interface DeleteThemeAliasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteThemeAliasRequest.Builder,DeleteThemeAliasRequest>,QuickSightRequest.Builder,SdkBuilder<DeleteThemeAliasRequest.Builder,DeleteThemeAliasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteThemeAliasRequest
public static interface DeleteThemeAliasRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteThemeAliasRequest.Builder,DeleteThemeAliasRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteThemeAliasRequest.BuilderaliasName(String aliasName)The unique name for the theme alias to delete.DeleteThemeAliasRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the theme alias to delete.DeleteThemeAliasRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteThemeAliasRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteThemeAliasRequest.BuilderthemeId(String themeId)The ID for the theme that the specified alias is for.-
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, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
DeleteThemeAliasRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme alias to delete.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the theme alias to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themeId
DeleteThemeAliasRequest.Builder themeId(String themeId)
The ID for the theme that the specified alias is for.
- Parameters:
themeId- The ID for the theme that the specified alias is for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasName
DeleteThemeAliasRequest.Builder aliasName(String aliasName)
The unique name for the theme alias to delete.
- Parameters:
aliasName- The unique name for the theme alias to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteThemeAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteThemeAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-