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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRdsDbProcessorFeature.Buildername(String name)The name of the processor feature.AwsRdsDbProcessorFeature.Buildervalue(String value)The value of the processor feature.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
AwsRdsDbProcessorFeature.Builder name(String name)
The name of the processor feature. Valid values are
coreCountorthreadsPerCore.- Parameters:
name- The name of the processor feature. Valid values arecoreCountorthreadsPerCore.- 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.
-
-