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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentSummary.BuildercreationTime(Instant creationTime)The timestamp when the runtime environment was created.EnvironmentSummary.BuilderengineType(String engineType)The target platform for the runtime environment.EnvironmentSummary.BuilderengineType(EngineType engineType)The target platform for the runtime environment.EnvironmentSummary.BuilderengineVersion(String engineVersion)The version of the runtime engine.EnvironmentSummary.BuilderenvironmentArn(String environmentArn)The Amazon Resource Name (ARN) of a particular runtime environment.EnvironmentSummary.BuilderenvironmentId(String environmentId)The unique identifier of a particular runtime environment.EnvironmentSummary.BuilderinstanceType(String instanceType)The instance type of the runtime environment.EnvironmentSummary.Buildername(String name)The name of the runtime environment.EnvironmentSummary.Builderstatus(String status)The status of the runtime environmentEnvironmentSummary.Builderstatus(EnvironmentLifecycle status)The status of the runtime environment-
Methods 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 Detail
-
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,EngineType
-
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:
EngineType,EngineType
-
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
EnvironmentSummary.Builder name(String 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
EnvironmentSummary.Builder status(String 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:
EnvironmentLifecycle,EnvironmentLifecycle
-
status
EnvironmentSummary.Builder status(EnvironmentLifecycle 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:
EnvironmentLifecycle,EnvironmentLifecycle
-
-