Interface ProcessorFeatures

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ProcessorFeatures.Jsii$Proxy

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-09-19T18:12:06.857Z") @Stability(Stable) public interface ProcessorFeatures extends software.amazon.jsii.JsiiSerializable
The processor features.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.rds.*;
 ProcessorFeatures processorFeatures = ProcessorFeatures.builder()
         .coreCount(123)
         .threadsPerCore(123)
         .build();
 
  • Method Details

    • getCoreCount

      @Stability(Stable) @Nullable default Number getCoreCount()
      The number of CPU core.

      Default: - the default number of CPU cores for the chosen instance class.

    • getThreadsPerCore

      @Stability(Stable) @Nullable default Number getThreadsPerCore()
      The number of threads per core.

      Default: - the default number of threads per core for the chosen instance class.

    • builder

      @Stability(Stable) static ProcessorFeatures.Builder builder()
      Returns:
      a ProcessorFeatures.Builder of ProcessorFeatures