public static interface DeleteTemplateRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteTemplateRequest.Builder,DeleteTemplateRequest>
Modifier and Type | Method and Description |
---|---|
DeleteTemplateRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the template that you're deleting.
|
DeleteTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteTemplateRequest.Builder |
templateId(String templateId)
An ID for the template you want to delete.
|
DeleteTemplateRequest.Builder |
versionNumber(Long versionNumber)
Specifies the version of the template that you want to delete.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteTemplateRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the template that you're deleting.
awsAccountId
- The ID of the Amazon Web Services account that contains the template that you're deleting.DeleteTemplateRequest.Builder templateId(String templateId)
An ID for the template you want to delete.
templateId
- An ID for the template you want to delete.DeleteTemplateRequest.Builder versionNumber(Long versionNumber)
Specifies the version of the template that you want to delete. If you don't provide a version number,
DeleteTemplate
deletes all versions of the template.
versionNumber
- Specifies the version of the template that you want to delete. If you don't provide a version number,
DeleteTemplate
deletes all versions of the template.DeleteTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.