Interface DeleteTemplateAliasRequest.Builder

  • Method Details

    • 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

      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 the AliasName 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 the AliasName 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 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.