Interface EnvironmentTemplateVersionSummary.Builder

  • 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

      A description of the version of an environment template.

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

      EnvironmentTemplateVersionSummary.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

      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

      The version of an environment template.

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

      EnvironmentTemplateVersionSummary.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.
    • 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

      EnvironmentTemplateVersionSummary.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

      The name of the environment template.

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