CopyableBuilder<BatchGetDeploymentGroupsResponse.Builder,BatchGetDeploymentGroupsResponse>
, SdkBuilder<BatchGetDeploymentGroupsResponse.Builder,BatchGetDeploymentGroupsResponse>
public static interface BatchGetDeploymentGroupsResponse.Builder extends CopyableBuilder<BatchGetDeploymentGroupsResponse.Builder,BatchGetDeploymentGroupsResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
BatchGetDeploymentGroupsResponse.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 Amazon Web Services, Inc. All Rights Reserved.