public static interface ModifyHostsRequest.Builder extends EC2Request.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<ModifyHostsRequest.Builder,ModifyHostsRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyHostsRequest.Builder |
autoPlacement(AutoPlacement autoPlacement)
Specify whether to enable or disable auto-placement.
|
ModifyHostsRequest.Builder |
autoPlacement(String autoPlacement)
Specify whether to enable or disable auto-placement.
|
ModifyHostsRequest.Builder |
hostIds(Collection<String> 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.
|
ModifyHostsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
buildrequestOverrideConfig, requestOverrideConfigModifyHostsRequest.Builder autoPlacement(String autoPlacement)
Specify whether to enable or disable auto-placement.
autoPlacement - Specify whether to enable or disable auto-placement.AutoPlacement,
AutoPlacementModifyHostsRequest.Builder autoPlacement(AutoPlacement autoPlacement)
Specify whether to enable or disable auto-placement.
autoPlacement - Specify whether to enable or disable auto-placement.AutoPlacement,
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.
hostIds - The host IDs of the Dedicated Hosts you want to modify.ModifyHostsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.