Interface EngineDefaults.Builder

    • Method Detail

      • dbParameterGroupFamily

        EngineDefaults.Builder dbParameterGroupFamily​(String dbParameterGroupFamily)

        Specifies the name of the DB parameter group family that the engine default parameters apply to.

        Parameters:
        dbParameterGroupFamily - Specifies the name of the DB parameter group family that the engine default parameters apply to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        EngineDefaults.Builder marker​(String marker)

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

        EngineDefaults.Builder parameters​(Collection<Parameter> parameters)

        Contains a list of engine default parameters.

        Parameters:
        parameters - Contains a list of engine default parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        EngineDefaults.Builder parameters​(Parameter... parameters)

        Contains a list of engine default parameters.

        Parameters:
        parameters - Contains a list of engine default parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.