public static interface GetHostReservationPurchasePreviewRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetHostReservationPurchasePreviewRequest.Builder,GetHostReservationPurchasePreviewRequest>
| Modifier and Type | Method and Description |
|---|---|
GetHostReservationPurchasePreviewRequest.Builder |
hostIdSet(Collection<String> hostIdSet)
The IDs of the Dedicated Hosts with which the reservation is associated.
|
GetHostReservationPurchasePreviewRequest.Builder |
hostIdSet(String... hostIdSet)
The IDs of the Dedicated Hosts with which the reservation is associated.
|
GetHostReservationPurchasePreviewRequest.Builder |
offeringId(String offeringId)
The offering ID of the reservation.
|
GetHostReservationPurchasePreviewRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetHostReservationPurchasePreviewRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildGetHostReservationPurchasePreviewRequest.Builder hostIdSet(Collection<String> hostIdSet)
The IDs of the Dedicated Hosts with which the reservation is associated.
hostIdSet - The IDs of the Dedicated Hosts with which the reservation is associated.GetHostReservationPurchasePreviewRequest.Builder hostIdSet(String... hostIdSet)
The IDs of the Dedicated Hosts with which the reservation is associated.
hostIdSet - The IDs of the Dedicated Hosts with which the reservation is associated.GetHostReservationPurchasePreviewRequest.Builder offeringId(String offeringId)
The offering ID of the reservation.
offeringId - The offering ID of the reservation.GetHostReservationPurchasePreviewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetHostReservationPurchasePreviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.