public static interface ReleaseHostsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ReleaseHostsRequest.Builder,ReleaseHostsRequest>
| Modifier and Type | Method and Description |
|---|---|
ReleaseHostsRequest.Builder |
hostIds(Collection<String> hostIds)
The IDs of the Dedicated Hosts to release.
|
ReleaseHostsRequest.Builder |
hostIds(String... hostIds)
The IDs of the Dedicated Hosts to release.
|
ReleaseHostsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ReleaseHostsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildReleaseHostsRequest.Builder hostIds(Collection<String> hostIds)
The IDs of the Dedicated Hosts to release.
hostIds - The IDs of the Dedicated Hosts to release.ReleaseHostsRequest.Builder hostIds(String... hostIds)
The IDs of the Dedicated Hosts to release.
hostIds - The IDs of the Dedicated Hosts to release.ReleaseHostsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderReleaseHostsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.