CopyableBuilder<BatchGetDeploymentsResponse.Builder,BatchGetDeploymentsResponse>
, SdkBuilder<BatchGetDeploymentsResponse.Builder,BatchGetDeploymentsResponse>
public static interface BatchGetDeploymentsResponse.Builder extends CopyableBuilder<BatchGetDeploymentsResponse.Builder,BatchGetDeploymentsResponse>
Modifier and Type | Method | Description |
---|---|---|
BatchGetDeploymentsResponse.Builder |
deploymentsInfo(Collection<DeploymentInfo> deploymentsInfo) |
Information about the deployments.
|
BatchGetDeploymentsResponse.Builder |
deploymentsInfo(DeploymentInfo... deploymentsInfo) |
Information about the deployments.
|
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.
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 Amazon Web Services, Inc. All Rights Reserved.