public static interface AwsRdsDbProcessorFeature.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbProcessorFeature.Builder,AwsRdsDbProcessorFeature>
Modifier and Type | Method and Description |
---|---|
AwsRdsDbProcessorFeature.Builder |
name(String name)
The name of the processor feature.
|
AwsRdsDbProcessorFeature.Builder |
value(String value)
The value of the processor feature.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AwsRdsDbProcessorFeature.Builder name(String name)
The name of the processor feature.
name
- The name of the processor feature.AwsRdsDbProcessorFeature.Builder value(String value)
The value of the processor feature.
value
- The value of the processor feature.