Interface AvailableProcessorFeature.Builder

    • Method Detail

      • name

        AvailableProcessorFeature.Builder name​(String name)

        The name of the processor feature. Valid names are coreCount and threadsPerCore.

        Parameters:
        name - The name of the processor feature. Valid names are coreCount and threadsPerCore.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultValue

        AvailableProcessorFeature.Builder defaultValue​(String defaultValue)

        The default value for the processor feature of the DB instance class.

        Parameters:
        defaultValue - The default value for the processor feature of the DB instance class.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedValues

        AvailableProcessorFeature.Builder allowedValues​(String allowedValues)

        The allowed values for the processor feature of the DB instance class.

        Parameters:
        allowedValues - The allowed values for the processor feature of the DB instance class.
        Returns:
        Returns a reference to this object so that method calls can be chained together.