Interface EnvironmentTemplateVersion.Builder

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

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

    • arn

      The Amazon Resource Name (ARN) of the version of an environment template.

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

      The time when the version of an environment template was created.

      Parameters:
      createdAt - The time when the version of an environment template was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      EnvironmentTemplateVersion.Builder description(String description)

      A description of the minor version of an environment template.

      Parameters:
      description - A description of the minor version of an environment template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedAt

      EnvironmentTemplateVersion.Builder lastModifiedAt(Instant lastModifiedAt)

      The time when the version of an environment template was last modified.

      Parameters:
      lastModifiedAt - The time when the version of an environment template was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • majorVersion

      EnvironmentTemplateVersion.Builder majorVersion(String majorVersion)

      The latest major version that's associated with the version of an environment template.

      Parameters:
      majorVersion - The latest major version that's associated with the version of an environment template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minorVersion

      EnvironmentTemplateVersion.Builder minorVersion(String minorVersion)

      The minor version of an environment template.

      Parameters:
      minorVersion - The minor version of an environment template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recommendedMinorVersion

      EnvironmentTemplateVersion.Builder recommendedMinorVersion(String recommendedMinorVersion)

      The recommended minor version of the environment template.

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

      The schema of the version of an environment template.

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

      The status of the version of an environment template.

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

      The status of the version of an environment template.

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

      EnvironmentTemplateVersion.Builder statusMessage(String statusMessage)

      The status message of the version of an environment template.

      Parameters:
      statusMessage - The status message of the version of an environment template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateName

      EnvironmentTemplateVersion.Builder templateName(String templateName)

      The name of the version of an environment template.

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