Interface RelationalDatabaseParameter.Builder

  • Method Details

    • allowedValues

      RelationalDatabaseParameter.Builder allowedValues(String allowedValues)

      Specifies the valid range of values for the parameter.

      Parameters:
      allowedValues - Specifies the valid range of values for the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applyMethod

      RelationalDatabaseParameter.Builder applyMethod(String applyMethod)

      Indicates when parameter updates are applied.

      Can be immediate or pending-reboot.

      Parameters:
      applyMethod - Indicates when parameter updates are applied.

      Can be immediate or pending-reboot.

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

      Specifies the engine-specific parameter type.

      Parameters:
      applyType - Specifies the engine-specific parameter type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataType

      Specifies the valid data type for the parameter.

      Parameters:
      dataType - Specifies the valid data type for the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      RelationalDatabaseParameter.Builder description(String description)

      Provides a description of the parameter.

      Parameters:
      description - Provides a description of the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isModifiable

      RelationalDatabaseParameter.Builder isModifiable(Boolean isModifiable)

      A Boolean value indicating whether the parameter can be modified.

      Parameters:
      isModifiable - A Boolean value indicating whether the parameter can be modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameterName

      RelationalDatabaseParameter.Builder parameterName(String parameterName)

      Specifies the name of the parameter.

      Parameters:
      parameterName - Specifies the name of the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameterValue

      RelationalDatabaseParameter.Builder parameterValue(String parameterValue)

      Specifies the value of the parameter.

      Parameters:
      parameterValue - Specifies the value of the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.