public static interface ReleaseHostsRequest.Builder extends EC2Request.Builder, 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.
|
ReleaseHostsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
buildrequestOverrideConfig, requestOverrideConfigReleaseHostsRequest.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.ReleaseHostsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2017. All rights reserved.