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

    • name

      The template name.

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

      The status of the template.

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

      The status of the template.

      Parameters:
      status - The status of the template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • templateArn

      TemplateSummary.Builder templateArn(String templateArn)

      The Amazon Resource Name (ARN) of the template.

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

      TemplateSummary.Builder templateId(String templateId)

      The unique identifier for the template.

      Parameters:
      templateId - The unique identifier for the template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.