Interface DescribeEngineDefaultParametersRequest.Builder

    • Method Detail

      • dbParameterGroupFamily

        DescribeEngineDefaultParametersRequest.Builder dbParameterGroupFamily​(String dbParameterGroupFamily)

        The name of the DB parameter group family.

        Valid Values:

        • aurora-mysql5.7

        • aurora-mysql8.0

        • aurora-postgresql10

        • aurora-postgresql11

        • aurora-postgresql12

        • aurora-postgresql13

        • aurora-postgresql14

        • custom-oracle-ee-19

        • custom-oracle-ee-cdb-19

        • db2-ae

        • db2-se

        • mariadb10.2

        • mariadb10.3

        • mariadb10.4

        • mariadb10.5

        • mariadb10.6

        • mysql5.7

        • mysql8.0

        • oracle-ee-19

        • oracle-ee-cdb-19

        • oracle-ee-cdb-21

        • oracle-se2-19

        • oracle-se2-cdb-19

        • oracle-se2-cdb-21

        • postgres10

        • postgres11

        • postgres12

        • postgres13

        • postgres14

        • sqlserver-ee-11.0

        • sqlserver-ee-12.0

        • sqlserver-ee-13.0

        • sqlserver-ee-14.0

        • sqlserver-ee-15.0

        • sqlserver-ex-11.0

        • sqlserver-ex-12.0

        • sqlserver-ex-13.0

        • sqlserver-ex-14.0

        • sqlserver-ex-15.0

        • sqlserver-se-11.0

        • sqlserver-se-12.0

        • sqlserver-se-13.0

        • sqlserver-se-14.0

        • sqlserver-se-15.0

        • sqlserver-web-11.0

        • sqlserver-web-12.0

        • sqlserver-web-13.0

        • sqlserver-web-14.0

        • sqlserver-web-15.0

        Parameters:
        dbParameterGroupFamily - The name of the DB parameter group family.

        Valid Values:

        • aurora-mysql5.7

        • aurora-mysql8.0

        • aurora-postgresql10

        • aurora-postgresql11

        • aurora-postgresql12

        • aurora-postgresql13

        • aurora-postgresql14

        • custom-oracle-ee-19

        • custom-oracle-ee-cdb-19

        • db2-ae

        • db2-se

        • mariadb10.2

        • mariadb10.3

        • mariadb10.4

        • mariadb10.5

        • mariadb10.6

        • mysql5.7

        • mysql8.0

        • oracle-ee-19

        • oracle-ee-cdb-19

        • oracle-ee-cdb-21

        • oracle-se2-19

        • oracle-se2-cdb-19

        • oracle-se2-cdb-21

        • postgres10

        • postgres11

        • postgres12

        • postgres13

        • postgres14

        • sqlserver-ee-11.0

        • sqlserver-ee-12.0

        • sqlserver-ee-13.0

        • sqlserver-ee-14.0

        • sqlserver-ee-15.0

        • sqlserver-ex-11.0

        • sqlserver-ex-12.0

        • sqlserver-ex-13.0

        • sqlserver-ex-14.0

        • sqlserver-ex-15.0

        • sqlserver-se-11.0

        • sqlserver-se-12.0

        • sqlserver-se-13.0

        • sqlserver-se-14.0

        • sqlserver-se-15.0

        • sqlserver-web-11.0

        • sqlserver-web-12.0

        • sqlserver-web-13.0

        • sqlserver-web-14.0

        • sqlserver-web-15.0

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

        DescribeEngineDefaultParametersRequest.Builder filters​(Collection<Filter> filters)

        A filter that specifies one or more parameters to describe.

        The only supported filter is parameter-name. The results list only includes information about the parameters with these names.

        Parameters:
        filters - A filter that specifies one or more parameters to describe.

        The only supported filter is parameter-name. The results list only includes information about the parameters with these names.

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

        DescribeEngineDefaultParametersRequest.Builder filters​(Filter... filters)

        A filter that specifies one or more parameters to describe.

        The only supported filter is parameter-name. The results list only includes information about the parameters with these names.

        Parameters:
        filters - A filter that specifies one or more parameters to describe.

        The only supported filter is parameter-name. The results list only includes information about the parameters with these names.

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

        DescribeEngineDefaultParametersRequest.Builder filters​(Consumer<Filter.Builder>... filters)

        A filter that specifies one or more parameters to describe.

        The only supported filter is parameter-name. The results list only includes information about the parameters with these names.

        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).

        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:
        #filters(java.util.Collection)
      • maxRecords

        DescribeEngineDefaultParametersRequest.Builder maxRecords​(Integer maxRecords)

        The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, 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 records exist than the specified MaxRecords value, 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

        DescribeEngineDefaultParametersRequest.Builder marker​(String marker)

        An optional pagination token provided by a previous DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters 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.