public static interface GetHostReservationPurchasePreviewRequest.Builder extends EC2Request.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<GetHostReservationPurchasePreviewRequest.Builder,GetHostReservationPurchasePreviewRequest>
| Modifier and Type | Method and Description |
|---|---|
GetHostReservationPurchasePreviewRequest.Builder |
hostIdSet(Collection<String> hostIdSet)
The ID/s of the Dedicated Host/s that the reservation will be associated with.
|
GetHostReservationPurchasePreviewRequest.Builder |
hostIdSet(String... hostIdSet)
The ID/s of the Dedicated Host/s that the reservation will be associated with.
|
GetHostReservationPurchasePreviewRequest.Builder |
offeringId(String offeringId)
The offering ID of the reservation.
|
GetHostReservationPurchasePreviewRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
GetHostReservationPurchasePreviewRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer) |
buildrequestOverrideConfigGetHostReservationPurchasePreviewRequest.Builder hostIdSet(Collection<String> hostIdSet)
The ID/s of the Dedicated Host/s that the reservation will be associated with.
hostIdSet - The ID/s of the Dedicated Host/s that the reservation will be associated with.GetHostReservationPurchasePreviewRequest.Builder hostIdSet(String... hostIdSet)
The ID/s of the Dedicated Host/s that the reservation will be associated with.
hostIdSet - The ID/s of the Dedicated Host/s that the reservation will be associated with.GetHostReservationPurchasePreviewRequest.Builder offeringId(String offeringId)
The offering ID of the reservation.
offeringId - The offering ID of the reservation.GetHostReservationPurchasePreviewRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderGetHostReservationPurchasePreviewRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.