CopyableBuilder<ReleaseHostsRequest.Builder,ReleaseHostsRequest>
, SdkBuilder<ReleaseHostsRequest.Builder,ReleaseHostsRequest>
public static interface ReleaseHostsRequest.Builder extends CopyableBuilder<ReleaseHostsRequest.Builder,ReleaseHostsRequest>
Modifier and Type | Method | Description |
---|---|---|
ReleaseHostsRequest.Builder |
hostIds(String... hostIds) |
The IDs of the Dedicated Hosts you want to release.
|
ReleaseHostsRequest.Builder |
hostIds(Collection<String> hostIds) |
The IDs of the Dedicated Hosts you want to release.
|
copy
apply, build
ReleaseHostsRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setHostIds(java.util.Collection)
or #withHostIds(java.util.Collection)
if you want to
override the existing values.
hostIds
- The IDs of the Dedicated Hosts you want to release.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.