Interface ReleaseHostsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ReleaseHostsRequest.Builder,,ReleaseHostsRequest> Ec2Request.Builder,SdkBuilder<ReleaseHostsRequest.Builder,,ReleaseHostsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ReleaseHostsRequest
@Mutable
@NotThreadSafe
public static interface ReleaseHostsRequest.Builder
extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ReleaseHostsRequest.Builder,ReleaseHostsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe IDs of the Dedicated Hosts to release.hostIds(Collection<String> hostIds) The IDs of the Dedicated Hosts to release.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
hostIds
The IDs of the Dedicated Hosts to release.
- Parameters:
hostIds- The IDs of the Dedicated Hosts to release.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostIds
The IDs of the Dedicated Hosts to release.
- Parameters:
hostIds- The IDs of the Dedicated Hosts to release.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ReleaseHostsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ReleaseHostsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-