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)
Add an optional request override configuration.
|
GetHostReservationPurchasePreviewRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetHostReservationPurchasePreviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.