public static interface BatchGetDeploymentsResponse.Builder extends software.amazon.awssdk.utils.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.
|
copyapply, buildBatchGetDeploymentsResponse.Builder deploymentsInfo(Collection<DeploymentInfo> deploymentsInfo)
Information about the deployments.
deploymentsInfo - Information about the deployments.BatchGetDeploymentsResponse.Builder deploymentsInfo(DeploymentInfo... deploymentsInfo)
Information about the deployments.
NOTE: This method appends the values to the existing list (if any). Use
#setDeploymentsInfo(java.util.Collection) or #withDeploymentsInfo(java.util.Collection) if
you want to override the existing values.
deploymentsInfo - Information about the deployments.Copyright © 2017. All rights reserved.