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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetHostReservationPurchasePreviewRequest.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.Builder
GetHostReservationPurchasePreviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.