public static interface BatchGetOnPremisesInstancesResponse.Builder extends CodeDeployResponse.Builder, CopyableBuilder<BatchGetOnPremisesInstancesResponse.Builder,BatchGetOnPremisesInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetOnPremisesInstancesResponse.Builder |
instanceInfos(Collection<InstanceInfo> instanceInfos)
Information about the on-premises instances.
|
BatchGetOnPremisesInstancesResponse.Builder |
instanceInfos(Consumer<InstanceInfo.Builder>... instanceInfos)
Information about the on-premises instances.
|
BatchGetOnPremisesInstancesResponse.Builder |
instanceInfos(InstanceInfo... instanceInfos)
Information about the on-premises instances.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildBatchGetOnPremisesInstancesResponse.Builder instanceInfos(Collection<InstanceInfo> instanceInfos)
Information about the on-premises instances.
instanceInfos - Information about the on-premises instances.BatchGetOnPremisesInstancesResponse.Builder instanceInfos(InstanceInfo... instanceInfos)
Information about the on-premises instances.
instanceInfos - Information about the on-premises instances.BatchGetOnPremisesInstancesResponse.Builder instanceInfos(Consumer<InstanceInfo.Builder>... instanceInfos)
Information about the on-premises instances.
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 #instanceInfos(List) .instanceInfos - a consumer that will call methods on List.Builder #instanceInfos(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.