Interface DeploymentDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentDetails.Builder,DeploymentDetails>,SdkBuilder<DeploymentDetails.Builder,DeploymentDetails>,SdkPojo
- Enclosing class:
- DeploymentDetails
public static interface DeploymentDetails.Builder extends SdkPojo, CopyableBuilder<DeploymentDetails.Builder,DeploymentDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentDetails.BuilderlatestDeploymentId(String latestDeploymentId)A unique identifier for a fleet deployment.-
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
-
latestDeploymentId
DeploymentDetails.Builder latestDeploymentId(String latestDeploymentId)
A unique identifier for a fleet deployment.
- Parameters:
latestDeploymentId- A unique identifier for a fleet deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-