public static interface BatchGetOnPremisesInstancesResponse.Builder extends software.amazon.awssdk.utils.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(InstanceInfo... instanceInfos)
Information about the on-premises instances.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceInfos(java.util.Collection) or #withInstanceInfos(java.util.Collection) if you
want to override the existing values.
instanceInfos - Information about the on-premises instances.Copyright © 2017. All rights reserved.