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 TypeMethodDescriptionThe time, in milliseconds since the epoch, when the deployment was created.deploymentArn
(String deploymentArn) The ARN of the deployment.deploymentId
(String deploymentId) The ID of the deployment.deploymentType
(String deploymentType) The type of the deployment.deploymentType
(DeploymentType deploymentType) The type of the deployment.The ARN of the group for this 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
-
createdAt
The time, in milliseconds since the epoch, when the deployment was created.- Parameters:
createdAt
- The time, in milliseconds since the epoch, when the deployment was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentArn
The ARN of the deployment.- Parameters:
deploymentArn
- The ARN of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentId
The ID of the deployment.- Parameters:
deploymentId
- The ID of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentType
The type of the deployment.- Parameters:
deploymentType
- The type of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentType
The type of the deployment.- Parameters:
deploymentType
- The type of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
groupArn
The ARN of the group for this deployment.- Parameters:
groupArn
- The ARN of the group for this deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-