CopyableBuilder<GetHostReservationPurchasePreviewRequest.Builder,GetHostReservationPurchasePreviewRequest>, SdkBuilder<GetHostReservationPurchasePreviewRequest.Builder,GetHostReservationPurchasePreviewRequest>public static interface GetHostReservationPurchasePreviewRequest.Builder extends CopyableBuilder<GetHostReservationPurchasePreviewRequest.Builder,GetHostReservationPurchasePreviewRequest>
| Modifier and Type | Method | Description |
|---|---|---|
GetHostReservationPurchasePreviewRequest.Builder |
hostIdSet(String... hostIdSet) |
The ID/s of the Dedicated Host/s that the reservation will be associated with.
|
GetHostReservationPurchasePreviewRequest.Builder |
hostIdSet(Collection<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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setHostIdSet(java.util.Collection) or #withHostIdSet(java.util.Collection) if you want to
override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.