Interface EnvironmentSummary.Builder

  • Method Details

    • environmentId

      EnvironmentSummary.Builder environmentId(String environmentId)

      A unique ID for the environment.

      Parameters:
      environmentId - A unique ID for the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentName

      EnvironmentSummary.Builder environmentName(String environmentName)

      The name of the environment.

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

      EnvironmentSummary.Builder vcfVersion(String vcfVersion)

      The VCF version of the environment.

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

      EnvironmentSummary.Builder vcfVersion(VcfVersion vcfVersion)

      The VCF version of the environment.

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

      EnvironmentSummary.Builder environmentStatus(String environmentStatus)

      Reports impaired functionality that stems from issues internal to the environment, such as impaired reachability.

      Parameters:
      environmentStatus - Reports impaired functionality that stems from issues internal to the environment, such as impaired reachability.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • environmentStatus

      EnvironmentSummary.Builder environmentStatus(CheckResult environmentStatus)

      Reports impaired functionality that stems from issues internal to the environment, such as impaired reachability.

      Parameters:
      environmentStatus - Reports impaired functionality that stems from issues internal to the environment, such as impaired reachability.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • environmentState

      EnvironmentSummary.Builder environmentState(String environmentState)

      The state of an environment.

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

      EnvironmentSummary.Builder environmentState(EnvironmentState environmentState)

      The state of an environment.

      Parameters:
      environmentState - The state of an environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      EnvironmentSummary.Builder createdAt(Instant createdAt)

      The date and time that the environment was created.

      Parameters:
      createdAt - The date and time that the environment was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modifiedAt

      EnvironmentSummary.Builder modifiedAt(Instant modifiedAt)

      The date and time that the environment was modified.

      Parameters:
      modifiedAt - The date and time that the environment was modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentArn

      EnvironmentSummary.Builder environmentArn(String environmentArn)

      The Amazon Resource Name (ARN) that is associated with the environment.

      Parameters:
      environmentArn - The Amazon Resource Name (ARN) that is associated with the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.