Interface TemplateSummary.Builder

    • Method Detail

      • arn

        TemplateSummary.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.
      • createdAt

        TemplateSummary.Builder createdAt​(Instant createdAt)

        The time, in milliseconds since the epoch, when the template was created.

        Parameters:
        createdAt - The time, in milliseconds since the epoch, when the template was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        TemplateSummary.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The time, in milliseconds since the epoch, when the template was last updated.

        Parameters:
        lastUpdatedAt - The time, in milliseconds since the epoch, when the template was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        TemplateSummary.Builder name​(String name)

        The name of the template.

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

        TemplateSummary.Builder version​(String version)

        The version of the template that you're using.

        Parameters:
        version - The version of the template that you're using.
        Returns:
        Returns a reference to this object so that method calls can be chained together.