CopyableBuilder<ModifyHostsRequest.Builder,ModifyHostsRequest>, SdkBuilder<ModifyHostsRequest.Builder,ModifyHostsRequest>public static interface ModifyHostsRequest.Builder extends CopyableBuilder<ModifyHostsRequest.Builder,ModifyHostsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ModifyHostsRequest.Builder |
autoPlacement(String autoPlacement) |
Specify whether to enable or disable auto-placement.
|
ModifyHostsRequest.Builder |
autoPlacement(AutoPlacement autoPlacement) |
Specify whether to enable or disable auto-placement.
|
ModifyHostsRequest.Builder |
hostIds(String... hostIds) |
The host IDs of the Dedicated Hosts you want to modify.
|
ModifyHostsRequest.Builder |
hostIds(Collection<String> hostIds) |
The host IDs of the Dedicated Hosts you want to modify.
|
copyapply, buildModifyHostsRequest.Builder autoPlacement(String autoPlacement)
Specify whether to enable or disable auto-placement.
autoPlacement - Specify whether to enable or disable auto-placement.AutoPlacementModifyHostsRequest.Builder autoPlacement(AutoPlacement autoPlacement)
Specify whether to enable or disable auto-placement.
autoPlacement - Specify whether to enable or disable auto-placement.AutoPlacementModifyHostsRequest.Builder hostIds(Collection<String> hostIds)
The host IDs of the Dedicated Hosts you want to modify.
hostIds - The host IDs of the Dedicated Hosts you want to modify.ModifyHostsRequest.Builder hostIds(String... hostIds)
The host IDs of the Dedicated Hosts you want to modify.
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 host IDs of the Dedicated Hosts you want to modify.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.