Interface DescribeDbEngineVersionsRequest.Builder

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

public static interface DescribeDbEngineVersionsRequest.Builder extends DocDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeDbEngineVersionsRequest.Builder,DescribeDbEngineVersionsRequest>
  • Method Details

    • engine

      The database engine to return.

      Parameters:
      engine - The database engine to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • engineVersion

      DescribeDbEngineVersionsRequest.Builder engineVersion(String engineVersion)

      The database engine version to return.

      Example: 3.6.0

      Parameters:
      engineVersion - The database engine version to return.

      Example: 3.6.0

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

      DescribeDbEngineVersionsRequest.Builder dbParameterGroupFamily(String dbParameterGroupFamily)

      The name of a specific parameter group family to return details for.

      Constraints:

      • If provided, must match an existing DBParameterGroupFamily.

      Parameters:
      dbParameterGroupFamily - The name of a specific parameter group family to return details for.

      Constraints:

      • If provided, must match an existing DBParameterGroupFamily.

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

      This parameter is not currently supported.

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

      This parameter is not currently supported.

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

      This parameter is not 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 records exist than the specified MaxRecords value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.

      Default: 100

      Constraints: Minimum 20, maximum 100.

      Parameters:
      maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.

      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.
    • defaultOnly

      Indicates that only the default version of the specified engine or engine and major version combination is returned.

      Parameters:
      defaultOnly - Indicates that only the default version of the specified engine or engine and major version combination is returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • listSupportedCharacterSets

      DescribeDbEngineVersionsRequest.Builder listSupportedCharacterSets(Boolean listSupportedCharacterSets)

      If this parameter is specified and the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

      Parameters:
      listSupportedCharacterSets - If this parameter is specified and the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • listSupportedTimezones

      DescribeDbEngineVersionsRequest.Builder listSupportedTimezones(Boolean listSupportedTimezones)

      If this parameter is specified and the requested engine supports the TimeZone parameter for CreateDBInstance, the response includes a list of supported time zones for each engine version.

      Parameters:
      listSupportedTimezones - If this parameter is specified and the requested engine supports the TimeZone parameter for CreateDBInstance, the response includes a list of supported time zones for each engine version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeDbEngineVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.