Interface DescribeReservedDbInstancesOfferingsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeReservedDbInstancesOfferingsRequest.Builder,DescribeReservedDbInstancesOfferingsRequest>, RdsRequest.Builder, SdkBuilder<DescribeReservedDbInstancesOfferingsRequest.Builder,DescribeReservedDbInstancesOfferingsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeReservedDbInstancesOfferingsRequest

public static interface DescribeReservedDbInstancesOfferingsRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DescribeReservedDbInstancesOfferingsRequest.Builder,DescribeReservedDbInstancesOfferingsRequest>
  • Method Details

    • reservedDBInstancesOfferingId

      DescribeReservedDbInstancesOfferingsRequest.Builder reservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)

      The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

      Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

      Parameters:
      reservedDBInstancesOfferingId - The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

      Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbInstanceClass

      The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

      Parameters:
      dbInstanceClass - The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • duration

      Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

      Valid Values: 1 | 3 | 31536000 | 94608000

      Parameters:
      duration - Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

      Valid Values: 1 | 3 | 31536000 | 94608000

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productDescription

      DescribeReservedDbInstancesOfferingsRequest.Builder productDescription(String productDescription)

      Product description filter value. Specify this parameter to show only the available offerings that contain the specified product description.

      The results show offerings that partially match the filter value.

      Parameters:
      productDescription - Product description filter value. Specify this parameter to show only the available offerings that contain the specified product description.

      The results show offerings that partially match the filter value.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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"

      Parameters:
      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"

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • multiAZ

      Specifies whether to show only those reservations that support Multi-AZ.

      Parameters:
      multiAZ - Specifies whether to show only those reservations that support Multi-AZ.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      This parameter isn't currently supported.

      Parameters:
      filters - This parameter isn't currently supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      This parameter isn't currently supported.

      Parameters:
      filters - This parameter isn't currently supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      This parameter isn't currently supported.

      This is a convenience method that creates an instance of the Filter.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<Filter>).

      Parameters:
      filters - a consumer that will call methods on Filter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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 .
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.