Interface AwsRdsDbProcessorFeature.Builder

    • Method Detail

      • name

        AwsRdsDbProcessorFeature.Builder name​(String name)

        The name of the processor feature. Valid values are coreCount or threadsPerCore.

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

        AwsRdsDbProcessorFeature.Builder value​(String value)

        The value of the processor feature.

        Parameters:
        value - The value of the processor feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.