public static interface PurchaseReservedDbInstancesOfferingRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<PurchaseReservedDbInstancesOfferingRequest.Builder,PurchaseReservedDbInstancesOfferingRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPurchaseReservedDbInstancesOfferingRequest.Builder reservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
The ID of the Reserved DB instance offering to purchase.
Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
reservedDBInstancesOfferingId - The ID of the Reserved DB instance offering to purchase.
Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
PurchaseReservedDbInstancesOfferingRequest.Builder reservedDBInstanceId(String reservedDBInstanceId)
Customer-specified identifier to track this reservation.
Example: myreservationID
reservedDBInstanceId - Customer-specified identifier to track this reservation.
Example: myreservationID
PurchaseReservedDbInstancesOfferingRequest.Builder dbInstanceCount(Integer dbInstanceCount)
The number of instances to reserve.
Default: 1
dbInstanceCount - The number of instances to reserve.
Default: 1
PurchaseReservedDbInstancesOfferingRequest.Builder tags(Collection<Tag> tags)
tags - The new value for the Tags property for this object.PurchaseReservedDbInstancesOfferingRequest.Builder tags(Tag... tags)
tags - The new value for the Tags property for this object.PurchaseReservedDbInstancesOfferingRequest.Builder tags(Consumer<Tag.Builder>... tags)
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) PurchaseReservedDbInstancesOfferingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPurchaseReservedDbInstancesOfferingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.