Interface DescribeProvisioningTemplateVersionResponse.Builder

    • Method Detail

      • creationDate

        DescribeProvisioningTemplateVersionResponse.Builder creationDate​(Instant creationDate)

        The date when the provisioning template version was created.

        Parameters:
        creationDate - The date when the provisioning template version was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateBody

        DescribeProvisioningTemplateVersionResponse.Builder templateBody​(String templateBody)

        The JSON formatted contents of the provisioning template version.

        Parameters:
        templateBody - The JSON formatted contents of the provisioning template version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDefaultVersion

        DescribeProvisioningTemplateVersionResponse.Builder isDefaultVersion​(Boolean isDefaultVersion)

        True if the provisioning template version is the default version.

        Parameters:
        isDefaultVersion - True if the provisioning template version is the default version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.