Interface Deployment.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Deployment.Builder,
,Deployment> SdkBuilder<Deployment.Builder,
,Deployment> SdkPojo
- Enclosing class:
Deployment
public static interface Deployment.Builder
extends SdkPojo, CopyableBuilder<Deployment.Builder,Deployment>
-
Method Summary
Modifier and TypeMethodDescriptionautoDeployed
(Boolean autoDeployed) Specifies whether a deployment was automatically released.createdDate
(Instant createdDate) The date and time when the Deployment resource was created.deploymentId
(String deploymentId) The identifier for the deployment.deploymentStatus
(String deploymentStatus) The status of the deployment: PENDING, FAILED, or SUCCEEDED.deploymentStatus
(DeploymentStatus deploymentStatus) The status of the deployment: PENDING, FAILED, or SUCCEEDED.deploymentStatusMessage
(String deploymentStatusMessage) May contain additional feedback on the status of an API deployment.description
(String description) The description for the 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, sdkFields
-
Method Details
-
autoDeployed
Specifies whether a deployment was automatically released.
- Parameters:
autoDeployed
- Specifies whether a deployment was automatically released.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
The date and time when the Deployment resource was created.
- Parameters:
createdDate
- The date and time when the Deployment resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentId
The identifier for the deployment.
- Parameters:
deploymentId
- The identifier for the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentStatus
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
- Parameters:
deploymentStatus
- The status of the deployment: PENDING, FAILED, or SUCCEEDED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentStatus
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
- Parameters:
deploymentStatus
- The status of the deployment: PENDING, FAILED, or SUCCEEDED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentStatusMessage
May contain additional feedback on the status of an API deployment.
- Parameters:
deploymentStatusMessage
- May contain additional feedback on the status of an API deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description for the deployment.
- Parameters:
description
- The description for the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-