public static interface BatchGetOnPremisesInstancesRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<BatchGetOnPremisesInstancesRequest.Builder,BatchGetOnPremisesInstancesRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetOnPremisesInstancesRequest.Builder |
instanceNames(Collection<String> instanceNames)
The names of the on-premises instances about which to get information.
|
BatchGetOnPremisesInstancesRequest.Builder |
instanceNames(String... instanceNames)
The names of the on-premises instances about which to get information.
|
copyapply, buildBatchGetOnPremisesInstancesRequest.Builder instanceNames(Collection<String> instanceNames)
The names of the on-premises instances about which to get information.
instanceNames - The names of the on-premises instances about which to get information.BatchGetOnPremisesInstancesRequest.Builder instanceNames(String... instanceNames)
The names of the on-premises instances about which to get information.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceNames(java.util.Collection) or #withInstanceNames(java.util.Collection) if you
want to override the existing values.
instanceNames - The names of the on-premises instances about which to get information.Copyright © 2017. All rights reserved.