public static interface DescribeReservedDbInstancesRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DescribeReservedDbInstancesRequest.Builder,DescribeReservedDbInstancesRequest>
Modifier and Type | Method and Description |
---|---|
DescribeReservedDbInstancesRequest.Builder |
dbInstanceClass(String dbInstanceClass)
The DB instance class filter value.
|
DescribeReservedDbInstancesRequest.Builder |
duration(String duration)
The duration filter value, specified in years or seconds.
|
DescribeReservedDbInstancesRequest.Builder |
filters(Collection<Filter> filters)
This parameter isn't currently supported.
|
DescribeReservedDbInstancesRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
This parameter isn't currently supported.
|
DescribeReservedDbInstancesRequest.Builder |
filters(Filter... filters)
This parameter isn't currently supported.
|
DescribeReservedDbInstancesRequest.Builder |
leaseId(String leaseId)
The lease identifier filter value.
|
DescribeReservedDbInstancesRequest.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
DescribeReservedDbInstancesRequest.Builder |
maxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeReservedDbInstancesRequest.Builder |
multiAZ(Boolean multiAZ)
A value that indicates whether to show only those reservations that support Multi-AZ.
|
DescribeReservedDbInstancesRequest.Builder |
offeringType(String offeringType)
The offering type filter value.
|
DescribeReservedDbInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeReservedDbInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeReservedDbInstancesRequest.Builder |
productDescription(String productDescription)
The product description filter value.
|
DescribeReservedDbInstancesRequest.Builder |
reservedDBInstanceId(String reservedDBInstanceId)
The reserved DB instance identifier filter value.
|
DescribeReservedDbInstancesRequest.Builder |
reservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
The offering identifier filter value.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeReservedDbInstancesRequest.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.
AWS 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. AWS 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 that creates an instance of theList.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 #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeReservedDbInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.