Interface EnvironmentDeploymentDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EnvironmentDeploymentDetails.Builder,EnvironmentDeploymentDetails>,SdkBuilder<EnvironmentDeploymentDetails.Builder,EnvironmentDeploymentDetails>,SdkPojo
- Enclosing class:
- EnvironmentDeploymentDetails
public static interface EnvironmentDeploymentDetails.Builder extends SdkPojo, CopyableBuilder<EnvironmentDeploymentDetails.Builder,EnvironmentDeploymentDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentDeploymentDetails.BuilderenvironmentFailureReasons(Map<String,? extends Collection<EnvironmentError>> environmentFailureReasons)Environment failure reasons.EnvironmentDeploymentDetails.BuilderoverallDeploymentStatus(String overallDeploymentStatus)The overall deployment status of the environment.EnvironmentDeploymentDetails.BuilderoverallDeploymentStatus(OverallDeploymentStatus overallDeploymentStatus)The overall deployment status 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 Detail
-
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
EnvironmentDeploymentDetails.Builder overallDeploymentStatus(String 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,OverallDeploymentStatus
-
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:
OverallDeploymentStatus,OverallDeploymentStatus
-
-