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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ReleaseHostsRequest.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.Builder
ReleaseHostsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.