Interface DeploymentSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentSummary.Builder,DeploymentSummary>,SdkBuilder<DeploymentSummary.Builder,DeploymentSummary>,SdkPojo
- Enclosing class:
- DeploymentSummary
public static interface DeploymentSummary.Builder extends SdkPojo, CopyableBuilder<DeploymentSummary.Builder,DeploymentSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentSummary.BuilderapplicationId(String applicationId)The unique identifier of the application.DeploymentSummary.BuilderapplicationVersion(Integer applicationVersion)The version of the application.DeploymentSummary.BuildercreationTime(Instant creationTime)The timestamp when the deployment was created.DeploymentSummary.BuilderdeploymentId(String deploymentId)The unique identifier of the deployment.DeploymentSummary.BuilderenvironmentId(String environmentId)The unique identifier of the runtime environment.DeploymentSummary.Builderstatus(String status)The current status of the deployment.DeploymentSummary.Builderstatus(DeploymentLifecycle status)The current status of the deployment.DeploymentSummary.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
-
applicationId
DeploymentSummary.Builder applicationId(String 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
DeploymentSummary.Builder applicationVersion(Integer 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
DeploymentSummary.Builder creationTime(Instant 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
DeploymentSummary.Builder deploymentId(String 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
DeploymentSummary.Builder environmentId(String 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
DeploymentSummary.Builder status(String 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:
DeploymentLifecycle,DeploymentLifecycle
-
status
DeploymentSummary.Builder status(DeploymentLifecycle 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:
DeploymentLifecycle,DeploymentLifecycle
-
statusReason
DeploymentSummary.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.
-
-