Interface AvailableProcessorFeature.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AvailableProcessorFeature.Builder,AvailableProcessorFeature>, SdkBuilder<AvailableProcessorFeature.Builder,AvailableProcessorFeature>, SdkPojo
Enclosing class:
AvailableProcessorFeature

public static interface AvailableProcessorFeature.Builder extends SdkPojo, CopyableBuilder<AvailableProcessorFeature.Builder,AvailableProcessorFeature>
  • Method Details

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