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 Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The timestamp when the runtime environment was created.engineType
(String engineType) The target platform for the runtime environment.engineType
(EngineType engineType) The target platform for the runtime environment.engineVersion
(String engineVersion) The version of the runtime engine.environmentArn
(String environmentArn) The Amazon Resource Name (ARN) of a particular runtime environment.environmentId
(String environmentId) The unique identifier of a particular runtime environment.instanceType
(String instanceType) The instance type of the runtime environment.The name of the runtime environment.The status of the runtime environmentstatus
(EnvironmentLifecycle status) The status of the runtime environmentMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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
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
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
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
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:
-