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 Details

    • 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, DeleteTemplate deletes 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, DeleteTemplate deletes 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.