Interface LocationalDeployment.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LocationalDeployment.Builder,
,LocationalDeployment> SdkBuilder<LocationalDeployment.Builder,
,LocationalDeployment> SdkPojo
- Enclosing class:
LocationalDeployment
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentStatus
(String deploymentStatus) The status of fleet deployment activity in the location.deploymentStatus
(DeploymentStatus deploymentStatus) The status of fleet deployment activity in the location.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
-
deploymentStatus
The status of fleet deployment activity in the location.
-
IN_PROGRESS
-- The deployment is in progress. -
IMPAIRED
-- The deployment failed and the fleet has some impaired containers. -
COMPLETE
-- The deployment has completed successfully. -
ROLLBACK_IN_PROGRESS
-- The deployment failed and rollback has been initiated. -
ROLLBACK_IN_COMPLETE
-- The deployment failed and rollback has been completed. -
CANCELLED
-- The deployment was cancelled.
- Parameters:
deploymentStatus
- The status of fleet deployment activity in the location.-
IN_PROGRESS
-- The deployment is in progress. -
IMPAIRED
-- The deployment failed and the fleet has some impaired containers. -
COMPLETE
-- The deployment has completed successfully. -
ROLLBACK_IN_PROGRESS
-- The deployment failed and rollback has been initiated. -
ROLLBACK_IN_COMPLETE
-- The deployment failed and rollback has been completed. -
CANCELLED
-- The deployment was cancelled.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
deploymentStatus
The status of fleet deployment activity in the location.
-
IN_PROGRESS
-- The deployment is in progress. -
IMPAIRED
-- The deployment failed and the fleet has some impaired containers. -
COMPLETE
-- The deployment has completed successfully. -
ROLLBACK_IN_PROGRESS
-- The deployment failed and rollback has been initiated. -
ROLLBACK_IN_COMPLETE
-- The deployment failed and rollback has been completed. -
CANCELLED
-- The deployment was cancelled.
- Parameters:
deploymentStatus
- The status of fleet deployment activity in the location.-
IN_PROGRESS
-- The deployment is in progress. -
IMPAIRED
-- The deployment failed and the fleet has some impaired containers. -
COMPLETE
-- The deployment has completed successfully. -
ROLLBACK_IN_PROGRESS
-- The deployment failed and rollback has been initiated. -
ROLLBACK_IN_COMPLETE
-- The deployment failed and rollback has been completed. -
CANCELLED
-- The deployment was cancelled.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-