Interface EnvironmentDeploymentDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EnvironmentDeploymentDetails.Builder,,EnvironmentDeploymentDetails> SdkBuilder<EnvironmentDeploymentDetails.Builder,,EnvironmentDeploymentDetails> SdkPojo
- Enclosing class:
EnvironmentDeploymentDetails
@Mutable
@NotThreadSafe
public static interface EnvironmentDeploymentDetails.Builder
extends SdkPojo, CopyableBuilder<EnvironmentDeploymentDetails.Builder,EnvironmentDeploymentDetails>
-
Method Summary
Modifier and TypeMethodDescriptionenvironmentFailureReasons(Map<String, ? extends Collection<EnvironmentError>> environmentFailureReasons) Environment failure reasons.overallDeploymentStatus(String overallDeploymentStatus) The overall deployment status of the environment.overallDeploymentStatus(OverallDeploymentStatus overallDeploymentStatus) The overall deployment status of the environment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
environmentFailureReasons
EnvironmentDeploymentDetails.Builder environmentFailureReasons(Map<String, ? extends Collection<EnvironmentError>> environmentFailureReasons) Environment failure reasons.
- Parameters:
environmentFailureReasons- Environment failure reasons.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overallDeploymentStatus
The overall deployment status of the environment.
- Parameters:
overallDeploymentStatus- The overall deployment status of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overallDeploymentStatus
EnvironmentDeploymentDetails.Builder overallDeploymentStatus(OverallDeploymentStatus overallDeploymentStatus) The overall deployment status of the environment.
- Parameters:
overallDeploymentStatus- The overall deployment status of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-