public static interface BatchGetDeploymentInstancesResponse.Builder extends software.amazon.awssdk.utils.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.
|
copyapply, buildBatchGetDeploymentInstancesResponse.Builder instancesSummary(Collection<InstanceSummary> instancesSummary)
Information about the instance.
instancesSummary - Information about the instance.BatchGetDeploymentInstancesResponse.Builder instancesSummary(InstanceSummary... instancesSummary)
Information about the instance.
NOTE: This method appends the values to the existing list (if any). Use
#setInstancesSummary(java.util.Collection) or #withInstancesSummary(java.util.Collection) if
you want to override the existing values.
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. All rights reserved.