Interface EnvironmentSummary.Builder

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

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

    • creationTime

      EnvironmentSummary.Builder creationTime(Instant creationTime)

      The timestamp when the runtime environment was created.

      Parameters:
      creationTime - The timestamp when the runtime environment was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • engineType

      EnvironmentSummary.Builder engineType(String engineType)

      The target platform for the runtime environment.

      Parameters:
      engineType - The target platform for the runtime environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • engineType

      EnvironmentSummary.Builder engineType(EngineType engineType)

      The target platform for the runtime environment.

      Parameters:
      engineType - The target platform for the runtime environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • engineVersion

      EnvironmentSummary.Builder engineVersion(String engineVersion)

      The version of the runtime engine.

      Parameters:
      engineVersion - The version of the runtime engine.
      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) of a particular runtime environment.

      Parameters:
      environmentArn - The Amazon Resource Name (ARN) of a particular runtime environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentId

      EnvironmentSummary.Builder environmentId(String environmentId)

      The unique identifier of a particular runtime environment.

      Parameters:
      environmentId - The unique identifier of a particular runtime environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceType

      EnvironmentSummary.Builder instanceType(String instanceType)

      The instance type of the runtime environment.

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

      The name of the runtime environment.

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

      The status of the runtime environment

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

      The status of the runtime environment

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