Interface GetHostReservationPurchasePreviewRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetHostReservationPurchasePreviewRequest.Builder,GetHostReservationPurchasePreviewRequest>,Ec2Request.Builder,SdkBuilder<GetHostReservationPurchasePreviewRequest.Builder,GetHostReservationPurchasePreviewRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetHostReservationPurchasePreviewRequest
public static interface GetHostReservationPurchasePreviewRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetHostReservationPurchasePreviewRequest.Builder,GetHostReservationPurchasePreviewRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetHostReservationPurchasePreviewRequest.BuilderhostIdSet(String... hostIdSet)The IDs of the Dedicated Hosts with which the reservation is associated.GetHostReservationPurchasePreviewRequest.BuilderhostIdSet(Collection<String> hostIdSet)The IDs of the Dedicated Hosts with which the reservation is associated.GetHostReservationPurchasePreviewRequest.BuilderofferingId(String offeringId)The offering ID of the reservation.GetHostReservationPurchasePreviewRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetHostReservationPurchasePreviewRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
hostIdSet
GetHostReservationPurchasePreviewRequest.Builder hostIdSet(Collection<String> hostIdSet)
The IDs of the Dedicated Hosts with which the reservation is associated.
- Parameters:
hostIdSet- The IDs of the Dedicated Hosts with which the reservation is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostIdSet
GetHostReservationPurchasePreviewRequest.Builder hostIdSet(String... hostIdSet)
The IDs of the Dedicated Hosts with which the reservation is associated.
- Parameters:
hostIdSet- The IDs of the Dedicated Hosts with which the reservation is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
offeringId
GetHostReservationPurchasePreviewRequest.Builder offeringId(String offeringId)
The offering ID of the reservation.
- Parameters:
offeringId- The offering ID of the reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetHostReservationPurchasePreviewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetHostReservationPurchasePreviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-