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(DeploymentGroupInfo... deploymentGroupsInfo)
Information about the deployment groups.
|
BatchGetDeploymentGroupsResponse.Builder |
errorMessage(String errorMessage)
Information about errors that may have occurred during the API call.
|
buildcopyapply, 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 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.