Interface DeleteTemplateAliasRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteTemplateAliasRequest.Builder,
,DeleteTemplateAliasRequest> QuickSightRequest.Builder
,SdkBuilder<DeleteTemplateAliasRequest.Builder,
,DeleteTemplateAliasRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteTemplateAliasRequest
public static interface DeleteTemplateAliasRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteTemplateAliasRequest.Builder,DeleteTemplateAliasRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name for the template alias.awsAccountId
(String awsAccountId) The ID of the Amazon Web Services account that contains the item to delete.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.templateId
(String templateId) The ID for the template 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 Details
-
awsAccountId
The ID of the Amazon Web Services account that contains the item to delete.
- Parameters:
awsAccountId
- The ID of the Amazon Web Services account that contains the item to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateId
The ID for the template that the specified alias is for.
- Parameters:
templateId
- The ID for the template that the specified alias is for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasName
The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You can specify the alias name, or specify the latest version of the template by providing the keyword
$LATEST
in theAliasName
parameter.- Parameters:
aliasName
- The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You can specify the alias name, or specify the latest version of the template by providing the keyword$LATEST
in theAliasName
parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteTemplateAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteTemplateAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-