Interface Template.Builder

    • Method Detail

      • arn

        Template.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the template.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        Template.Builder name​(String name)

        The display name of the template.

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

        Template.Builder version​(TemplateVersion version)

        A structure describing the versions of the template.

        Parameters:
        version - A structure describing the versions of the template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateId

        Template.Builder templateId​(String templateId)

        The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.

        Parameters:
        templateId - The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        Template.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        Time when this was last updated.

        Parameters:
        lastUpdatedTime - Time when this was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        Template.Builder createdTime​(Instant createdTime)

        Time when this was created.

        Parameters:
        createdTime - Time when this was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.