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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteTemplateAliasRequest.Builder
aliasName(String aliasName)
The name for the template alias.DeleteTemplateAliasRequest.Builder
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the item to delete.DeleteTemplateAliasRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DeleteTemplateAliasRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DeleteTemplateAliasRequest.Builder
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 Detail
-
awsAccountId
DeleteTemplateAliasRequest.Builder awsAccountId(String 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
DeleteTemplateAliasRequest.Builder templateId(String 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
DeleteTemplateAliasRequest.Builder aliasName(String 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteTemplateAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-