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(Consumer<DeploymentInfo.Builder>... deploymentsInfo)
Information about the deployments.
|
BatchGetDeploymentsResponse.Builder |
deploymentsInfo(DeploymentInfo... deploymentsInfo)
Information about the deployments.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.BatchGetDeploymentsResponse.Builder deploymentsInfo(Consumer<DeploymentInfo.Builder>... deploymentsInfo)
Information about the deployments.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #deploymentsInfo(List)
.deploymentsInfo
- a consumer that will call methods on List.Builder
#deploymentsInfo(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.