public static interface BatchGetDeploymentsResponse.Builder extends CodeDeployResponse.Builder, CopyableBuilder<BatchGetDeploymentsResponse.Builder,BatchGetDeploymentsResponse>
Modifier and Type | Method and Description |
---|---|
BatchGetDeploymentsResponse.Builder |
deploymentsInfo(Collection<DeploymentInfo> deploymentsInfo)
Information about the deployments.
|
BatchGetDeploymentsResponse.Builder |
deploymentsInfo(DeploymentInfo... deploymentsInfo)
Information about the deployments.
|
build
copy
apply, build
BatchGetDeploymentsResponse.Builder deploymentsInfo(Collection<DeploymentInfo> deploymentsInfo)
Information about the deployments.
deploymentsInfo
- Information about the deployments.BatchGetDeploymentsResponse.Builder deploymentsInfo(DeploymentInfo... deploymentsInfo)
Information about the deployments.
deploymentsInfo
- Information about the deployments.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.