public static interface BatchGetDeploymentsResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetDeploymentsResponse.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 method that creates an instance of theDeploymentInfo.Builder avoiding the need to create
one manually via DeploymentInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #deploymentsInfo(List.
deploymentsInfo - a consumer that will call methods on
DeploymentInfo.Builder#deploymentsInfo(java.util.Collection) Copyright © 2023. All rights reserved.