CopyableBuilder<Deployment.Builder,Deployment>
, SdkBuilder<Deployment.Builder,Deployment>
public static interface Deployment.Builder extends CopyableBuilder<Deployment.Builder,Deployment>
Modifier and Type | Method | Description |
---|---|---|
Deployment.Builder |
createdAt(String createdAt) |
Timestamp when the deployment was created.
|
Deployment.Builder |
deploymentArn(String deploymentArn) |
Arn of the deployment.
|
Deployment.Builder |
deploymentId(String deploymentId) |
Id of the deployment.
|
Deployment.Builder |
groupArn(String groupArn) |
Arn of the group for this deployment.
|
copy
apply, build
Deployment.Builder createdAt(String createdAt)
createdAt
- Timestamp when the deployment was created.Deployment.Builder deploymentArn(String deploymentArn)
deploymentArn
- Arn of the deployment.Deployment.Builder deploymentId(String deploymentId)
deploymentId
- Id of the deployment.Deployment.Builder groupArn(String groupArn)
groupArn
- Arn of the group for this deployment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.