Interface DeployedVersionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeployedVersionSummary.Builder,DeployedVersionSummary>,SdkBuilder<DeployedVersionSummary.Builder,DeployedVersionSummary>,SdkPojo
- Enclosing class:
- DeployedVersionSummary
public static interface DeployedVersionSummary.Builder extends SdkPojo, CopyableBuilder<DeployedVersionSummary.Builder,DeployedVersionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeployedVersionSummary.BuilderapplicationVersion(Integer applicationVersion)The version of the deployed application.DeployedVersionSummary.Builderstatus(String status)The status of the deployment.DeployedVersionSummary.Builderstatus(DeploymentLifecycle status)The status of the deployment.DeployedVersionSummary.BuilderstatusReason(String statusReason)The reason for the reported status.-
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, sdkFields
-
-
-
-
Method Detail
-
applicationVersion
DeployedVersionSummary.Builder applicationVersion(Integer applicationVersion)
The version of the deployed application.
- Parameters:
applicationVersion- The version of the deployed application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DeployedVersionSummary.Builder status(String status)
The status of the deployment.
- Parameters:
status- The status of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeploymentLifecycle,DeploymentLifecycle
-
status
DeployedVersionSummary.Builder status(DeploymentLifecycle status)
The status of the deployment.
- Parameters:
status- The status of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeploymentLifecycle,DeploymentLifecycle
-
statusReason
DeployedVersionSummary.Builder statusReason(String statusReason)
The reason for the reported status.
- Parameters:
statusReason- The reason for the reported status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-