public static interface ModifyHostsRequest.Builder extends Ec2Request.Builder, SdkPojo, 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 IDs of the Dedicated Hosts to modify.
|
ModifyHostsRequest.Builder |
hostIds(String... hostIds)
The IDs of the Dedicated Hosts to modify.
|
ModifyHostsRequest.Builder |
hostRecovery(HostRecovery hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
ModifyHostsRequest.Builder |
hostRecovery(String hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
ModifyHostsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyHostsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyHostsRequest.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 IDs of the Dedicated Hosts to modify.
hostIds - The IDs of the Dedicated Hosts to modify.ModifyHostsRequest.Builder hostIds(String... hostIds)
The IDs of the Dedicated Hosts to modify.
hostIds - The IDs of the Dedicated Hosts to modify.ModifyHostsRequest.Builder hostRecovery(String hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see Host Recovery in the Amazon Elastic Compute Cloud User Guide.
hostRecovery - Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see
Host
Recovery in the Amazon Elastic Compute Cloud User Guide.HostRecovery,
HostRecoveryModifyHostsRequest.Builder hostRecovery(HostRecovery hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see Host Recovery in the Amazon Elastic Compute Cloud User Guide.
hostRecovery - Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see
Host
Recovery in the Amazon Elastic Compute Cloud User Guide.HostRecovery,
HostRecoveryModifyHostsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyHostsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.