public static interface BatchGetDeploymentGroupsResponse.Builder extends software.amazon.awssdk.utils.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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setDeploymentGroupsInfo(java.util.Collection) or
#withDeploymentGroupsInfo(java.util.Collection) if you want to override the existing values.
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. All rights reserved.