public static interface BulkDeployment.Builder extends SdkPojo, CopyableBuilder<BulkDeployment.Builder,BulkDeployment>
Modifier and Type | Method and Description |
---|---|
BulkDeployment.Builder |
bulkDeploymentArn(String bulkDeploymentArn)
The ARN of the bulk deployment.
|
BulkDeployment.Builder |
bulkDeploymentId(String bulkDeploymentId)
The ID of the bulk deployment.
|
BulkDeployment.Builder |
createdAt(String createdAt)
The time, in ISO format, when the deployment was created.
|
copy
applyMutation, build
BulkDeployment.Builder bulkDeploymentArn(String bulkDeploymentArn)
bulkDeploymentArn
- The ARN of the bulk deployment.BulkDeployment.Builder bulkDeploymentId(String bulkDeploymentId)
bulkDeploymentId
- The ID of the bulk deployment.BulkDeployment.Builder createdAt(String createdAt)
createdAt
- The time, in ISO format, when the deployment was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.