public static interface BatchGetDeploymentGroupsResponse.Builder extends CodeDeployResponse.Builder, CopyableBuilder<BatchGetDeploymentGroupsResponse.Builder,BatchGetDeploymentGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetDeploymentGroupsResponse.Builder |
deploymentGroupsInfo(Collection<DeploymentGroupInfo> deploymentGroupsInfo)
Information about the deployment groups.
|
BatchGetDeploymentGroupsResponse.Builder |
deploymentGroupsInfo(Consumer<DeploymentGroupInfo.Builder>... deploymentGroupsInfo)
Information about the deployment groups.
|
BatchGetDeploymentGroupsResponse.Builder |
deploymentGroupsInfo(DeploymentGroupInfo... deploymentGroupsInfo)
Information about the deployment groups.
|
BatchGetDeploymentGroupsResponse.Builder |
errorMessage(String errorMessage)
Information about errors that may have occurred during the API call.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildBatchGetDeploymentGroupsResponse.Builder deploymentGroupsInfo(Collection<DeploymentGroupInfo> deploymentGroupsInfo)
Information about the deployment groups.
deploymentGroupsInfo - Information about the deployment groups.BatchGetDeploymentGroupsResponse.Builder deploymentGroupsInfo(DeploymentGroupInfo... deploymentGroupsInfo)
Information about the deployment groups.
deploymentGroupsInfo - Information about the deployment groups.BatchGetDeploymentGroupsResponse.Builder deploymentGroupsInfo(Consumer<DeploymentGroupInfo.Builder>... deploymentGroupsInfo)
Information about the deployment groups.
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 #deploymentGroupsInfo(List) .deploymentGroupsInfo - a consumer that will call methods on List.Builder #deploymentGroupsInfo(List) BatchGetDeploymentGroupsResponse.Builder errorMessage(String errorMessage)
Information about errors that may have occurred during the API call.
errorMessage - Information about errors that may have occurred during the API call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.