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