Interface DeploymentSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeploymentSummary.Builder,
,DeploymentSummary> SdkBuilder<DeploymentSummary.Builder,
,DeploymentSummary> SdkPojo
- Enclosing class:
DeploymentSummary
@Mutable
@NotThreadSafe
public static interface DeploymentSummary.Builder
extends SdkPojo, CopyableBuilder<DeploymentSummary.Builder,DeploymentSummary>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The unique identifier of the application.applicationVersion
(Integer applicationVersion) The version of the application.creationTime
(Instant creationTime) The timestamp when the deployment was created.deploymentId
(String deploymentId) The unique identifier of the deployment.environmentId
(String environmentId) The unique identifier of the runtime environment.The current status of the deployment.status
(DeploymentLifecycle status) The current status of the deployment.statusReason
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationId
The unique identifier of the application.
- Parameters:
applicationId
- The unique identifier of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationVersion
The version of the application.
- Parameters:
applicationVersion
- The version of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The timestamp when the deployment was created.
- Parameters:
creationTime
- The timestamp when the deployment was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentId
The unique identifier of the deployment.
- Parameters:
deploymentId
- The unique identifier of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
The unique identifier of the runtime environment.
- Parameters:
environmentId
- The unique identifier of the runtime environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the deployment.
- Parameters:
status
- The current status of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the deployment.
- Parameters:
status
- The current status of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-