Interface TemplateSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TemplateSummary.Builder,TemplateSummary>, SdkBuilder<TemplateSummary.Builder,TemplateSummary>, SdkPojo
Enclosing class:
TemplateSummary

public static interface TemplateSummary.Builder extends SdkPojo, CopyableBuilder<TemplateSummary.Builder,TemplateSummary>
  • Method Details

    • 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

      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.