Interface DescribeTemplateDefinitionRequest.Builder

    • Method Detail

      • awsAccountId

        DescribeTemplateDefinitionRequest.Builder awsAccountId​(String awsAccountId)

        The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.

        Parameters:
        awsAccountId - The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateId

        DescribeTemplateDefinitionRequest.Builder templateId​(String templateId)

        The ID of the template that you're describing.

        Parameters:
        templateId - The ID of the template that you're describing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionNumber

        DescribeTemplateDefinitionRequest.Builder versionNumber​(Long versionNumber)

        The version number of the template.

        Parameters:
        versionNumber - The version number of the template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aliasName

        DescribeTemplateDefinitionRequest.Builder aliasName​(String aliasName)

        The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.

        Parameters:
        aliasName - The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.