public static interface GetHostReservationPurchasePreviewRequest.Builder extends EC2Request.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)
Add an optional request override configuration.
|
GetHostReservationPurchasePreviewRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetHostReservationPurchasePreviewRequest.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)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetHostReservationPurchasePreviewRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.