public static interface BatchGetDeploymentInstancesResponse.Builder extends CodeDeployResponse.Builder, CopyableBuilder<BatchGetDeploymentInstancesResponse.Builder,BatchGetDeploymentInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetDeploymentInstancesResponse.Builder |
errorMessage(String errorMessage)
Information about errors that may have occurred during the API call.
|
BatchGetDeploymentInstancesResponse.Builder |
instancesSummary(Collection<InstanceSummary> instancesSummary)
Information about the instance.
|
BatchGetDeploymentInstancesResponse.Builder |
instancesSummary(InstanceSummary... instancesSummary)
Information about the instance.
|
buildcopyapply, buildBatchGetDeploymentInstancesResponse.Builder instancesSummary(Collection<InstanceSummary> instancesSummary)
Information about the instance.
instancesSummary - Information about the instance.BatchGetDeploymentInstancesResponse.Builder instancesSummary(InstanceSummary... instancesSummary)
Information about the instance.
instancesSummary - Information about the instance.BatchGetDeploymentInstancesResponse.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.