Interface AwsRdsDbProcessorFeature.Builder

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

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

    • 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

      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.