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(Consumer<InstanceSummary.Builder>... instancesSummary)
Information about the instance.
|
BatchGetDeploymentInstancesResponse.Builder |
instancesSummary(InstanceSummary... instancesSummary)
Information about the instance.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 instancesSummary(Consumer<InstanceSummary.Builder>... instancesSummary)
Information about the instance.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #instancesSummary(List) .instancesSummary - a consumer that will call methods on List.Builder #instancesSummary(List) 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.