CopyableBuilder<BatchGetOnPremisesInstancesResponse.Builder,BatchGetOnPremisesInstancesResponse>, SdkBuilder<BatchGetOnPremisesInstancesResponse.Builder,BatchGetOnPremisesInstancesResponse>public static interface BatchGetOnPremisesInstancesResponse.Builder extends CopyableBuilder<BatchGetOnPremisesInstancesResponse.Builder,BatchGetOnPremisesInstancesResponse>
| Modifier and Type | Method | 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 Amazon Web Services, Inc. All Rights Reserved.