CopyableBuilder<BatchGetOnPremisesInstancesRequest.Builder,BatchGetOnPremisesInstancesRequest>, SdkBuilder<BatchGetOnPremisesInstancesRequest.Builder,BatchGetOnPremisesInstancesRequest>public static interface BatchGetOnPremisesInstancesRequest.Builder extends CopyableBuilder<BatchGetOnPremisesInstancesRequest.Builder,BatchGetOnPremisesInstancesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
BatchGetOnPremisesInstancesRequest.Builder |
instanceNames(String... instanceNames) |
The names of the on-premises instances about which to get information.
|
BatchGetOnPremisesInstancesRequest.Builder |
instanceNames(Collection<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 Amazon Web Services, Inc. All Rights Reserved.