Interface LocationalDeployment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LocationalDeployment.Builder,LocationalDeployment>,SdkBuilder<LocationalDeployment.Builder,LocationalDeployment>,SdkPojo
- Enclosing class:
- LocationalDeployment
public static interface LocationalDeployment.Builder extends SdkPojo, CopyableBuilder<LocationalDeployment.Builder,LocationalDeployment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocationalDeployment.BuilderdeploymentStatus(String deploymentStatus)The status of fleet deployment activity in the location.LocationalDeployment.BuilderdeploymentStatus(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 Detail
-
deploymentStatus
LocationalDeployment.Builder deploymentStatus(String 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,DeploymentStatus
-
-
deploymentStatus
LocationalDeployment.Builder deploymentStatus(DeploymentStatus 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,DeploymentStatus
-
-
-