public static interface BatchGetDeploymentGroupsResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, 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 might have occurred during the API call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theDeploymentGroupInfo.Builder avoiding the need to
create one manually via
DeploymentGroupInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #deploymentGroupsInfo(List.
deploymentGroupsInfo - a consumer that will call methods on
DeploymentGroupInfo.Builder#deploymentGroupsInfo(java.util.Collection) BatchGetDeploymentGroupsResponse.Builder errorMessage(String errorMessage)
Information about errors that might have occurred during the API call.
errorMessage - Information about errors that might have occurred during the API call.Copyright © 2023. All rights reserved.