Interface EnvironmentSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EnvironmentSummary.Builder,
,EnvironmentSummary> SdkBuilder<EnvironmentSummary.Builder,
,EnvironmentSummary> SdkPojo
- Enclosing class:
EnvironmentSummary
@Mutable
@NotThreadSafe
public static interface EnvironmentSummary.Builder
extends SdkPojo, CopyableBuilder<EnvironmentSummary.Builder,EnvironmentSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time that the environment was created.environmentArn
(String environmentArn) The Amazon Resource Name (ARN) that is associated with the environment.environmentId
(String environmentId) A unique ID for the environment.environmentName
(String environmentName) The name of the environment.environmentState
(String environmentState) The state of an environment.environmentState
(EnvironmentState environmentState) The state of an environment.environmentStatus
(String environmentStatus) Reports impaired functionality that stems from issues internal to the environment, such as impaired reachability.environmentStatus
(CheckResult environmentStatus) Reports impaired functionality that stems from issues internal to the environment, such as impaired reachability.modifiedAt
(Instant modifiedAt) The date and time that the environment was modified.vcfVersion
(String vcfVersion) The VCF version of the environment.vcfVersion
(VcfVersion vcfVersion) The VCF version of the 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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
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
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
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
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
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
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.
-