Interface BulkDeployment.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BulkDeployment.Builder,
,BulkDeployment> SdkBuilder<BulkDeployment.Builder,
,BulkDeployment> SdkPojo
- Enclosing class:
BulkDeployment
@Mutable
@NotThreadSafe
public static interface BulkDeployment.Builder
extends SdkPojo, CopyableBuilder<BulkDeployment.Builder,BulkDeployment>
-
Method Summary
Modifier and TypeMethodDescriptionbulkDeploymentArn
(String bulkDeploymentArn) The ARN of the bulk deployment.bulkDeploymentId
(String bulkDeploymentId) The ID of the bulk deployment.The time, in ISO format, when the deployment was created.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
-
bulkDeploymentArn
The ARN of the bulk deployment.- Parameters:
bulkDeploymentArn
- The ARN of the bulk deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bulkDeploymentId
The ID of the bulk deployment.- Parameters:
bulkDeploymentId
- The ID of the bulk deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time, in ISO format, when the deployment was created.- Parameters:
createdAt
- The time, in ISO format, when the deployment was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-