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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Deployment.BuildercreatedAt(String createdAt)The time, in milliseconds since the epoch, when the deployment was created.Deployment.BuilderdeploymentArn(String deploymentArn)The ARN of the deployment.Deployment.BuilderdeploymentId(String deploymentId)The ID of the deployment.Deployment.BuilderdeploymentType(String deploymentType)The type of the deployment.Deployment.BuilderdeploymentType(DeploymentType deploymentType)The type of the deployment.Deployment.BuildergroupArn(String groupArn)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 Detail
-
createdAt
Deployment.Builder createdAt(String 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
Deployment.Builder deploymentArn(String 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
Deployment.Builder deploymentId(String 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
Deployment.Builder deploymentType(String 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,DeploymentType
-
deploymentType
Deployment.Builder deploymentType(DeploymentType 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,DeploymentType
-
groupArn
Deployment.Builder groupArn(String 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.
-
-