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