public static interface ReleaseHostsRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ReleaseHostsRequest.Builder,ReleaseHostsRequest>
| Modifier and Type | Method and Description |
|---|---|
ReleaseHostsRequest.Builder |
hostIds(Collection<String> hostIds)
The IDs of the Dedicated Hosts you want to release.
|
ReleaseHostsRequest.Builder |
hostIds(String... hostIds)
The IDs of the Dedicated Hosts you want to release.
|
copyapply, buildReleaseHostsRequest.Builder hostIds(Collection<String> hostIds)
The IDs of the Dedicated Hosts you want to release.
hostIds - The IDs of the Dedicated Hosts you want to release.ReleaseHostsRequest.Builder hostIds(String... hostIds)
The IDs of the Dedicated Hosts you want to release.
hostIds - The IDs of the Dedicated Hosts you want to release.Copyright © 2017. All rights reserved.