public static interface PurchaseReservedDbInstancesOfferingRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<PurchaseReservedDbInstancesOfferingRequest.Builder,PurchaseReservedDbInstancesOfferingRequest>
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.PurchaseReservedDbInstancesOfferingRequest.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.