public static interface DescribeReservedDbInstancesRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DescribeReservedDbInstancesRequest.Builder,DescribeReservedDbInstancesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeReservedDbInstancesRequest.Builder reservedDBInstanceId(String reservedDBInstanceId)
The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.
reservedDBInstanceId - The reserved DB instance identifier filter value. Specify this parameter to show only the reservation
that matches the specified reservation ID.DescribeReservedDbInstancesRequest.Builder reservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.
reservedDBInstancesOfferingId - The offering identifier filter value. Specify this parameter to show only purchased reservations
matching the specified offering identifier.DescribeReservedDbInstancesRequest.Builder dbInstanceClass(String dbInstanceClass)
The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.
dbInstanceClass - The DB instance class filter value. Specify this parameter to show only those reservations matching
the specified DB instances class.DescribeReservedDbInstancesRequest.Builder duration(String duration)
The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.
Valid Values: 1 | 3 | 31536000 | 94608000
duration - The duration filter value, specified in years or seconds. Specify this parameter to show only
reservations for this duration.
Valid Values: 1 | 3 | 31536000 | 94608000
DescribeReservedDbInstancesRequest.Builder productDescription(String productDescription)
The product description filter value. Specify this parameter to show only those reservations matching the specified product description.
productDescription - The product description filter value. Specify this parameter to show only those reservations matching
the specified product description.DescribeReservedDbInstancesRequest.Builder offeringType(String offeringType)
The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.
Valid Values: "Partial Upfront" | "All Upfront" | "No Upfront"
offeringType - The offering type filter value. Specify this parameter to show only the available offerings matching
the specified offering type.
Valid Values: "Partial Upfront" | "All Upfront" | "No Upfront"
DescribeReservedDbInstancesRequest.Builder multiAZ(Boolean multiAZ)
A value that indicates whether to show only those reservations that support Multi-AZ.
multiAZ - A value that indicates whether to show only those reservations that support Multi-AZ.DescribeReservedDbInstancesRequest.Builder leaseId(String leaseId)
The lease identifier filter value. Specify this parameter to show only the reservation that matches the specified lease ID.
Amazon Web Services Support might request the lease ID for an issue related to a reserved DB instance.
leaseId - The lease identifier filter value. Specify this parameter to show only the reservation that matches
the specified lease ID. Amazon Web Services Support might request the lease ID for an issue related to a reserved DB instance.
DescribeReservedDbInstancesRequest.Builder filters(Collection<Filter> filters)
This parameter isn't currently supported.
filters - This parameter isn't currently supported.DescribeReservedDbInstancesRequest.Builder filters(Filter... filters)
This parameter isn't currently supported.
filters - This parameter isn't currently supported.DescribeReservedDbInstancesRequest.Builder filters(Consumer<Filter.Builder>... filters)
This parameter isn't currently supported.
This is a convenience method that creates an instance of theFilter.Builder avoiding the need to create one manually via
Filter.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on Filter.Builder#filters(java.util.Collection) DescribeReservedDbInstancesRequest.Builder maxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more than the MaxRecords value is
available, a pagination token called a marker is included in the response so you can retrieve the remaining
results.
Default: 100
Constraints: Minimum 20, maximum 100.
maxRecords - The maximum number of records to include in the response. If more than the MaxRecords
value is available, a pagination token called a marker is included in the response so you can retrieve
the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
DescribeReservedDbInstancesRequest.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords.
marker - An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.DescribeReservedDbInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeReservedDbInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.