Uses of Interface
software.amazon.awssdk.services.rds.model.Parameter.Builder
Packages that use Parameter.Builder
-
Uses of Parameter.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return Parameter.BuilderModifier and TypeMethodDescriptionParameter.Builder.allowedValues(String allowedValues) Specifies the valid range of values for the parameter.Parameter.Builder.applyMethod(String applyMethod) Indicates when to apply parameter updates.Parameter.Builder.applyMethod(ApplyMethod applyMethod) Indicates when to apply parameter updates.Specifies the engine specific parameters type.static Parameter.BuilderParameter.builder()Specifies the valid data type for the parameter.Parameter.Builder.description(String description) Provides a description of the parameter.Parameter.Builder.isModifiable(Boolean isModifiable) Indicates whether (true) or not (false) the parameter can be modified.Parameter.Builder.minimumEngineVersion(String minimumEngineVersion) The earliest engine version to which the parameter can apply.Parameter.Builder.parameterName(String parameterName) The name of the parameter.Parameter.Builder.parameterValue(String parameterValue) The value of the parameter.The source of the parameter value.Parameter.Builder.supportedEngineModes(String... supportedEngineModes) The valid DB engine modes.Parameter.Builder.supportedEngineModes(Collection<String> supportedEngineModes) The valid DB engine modes.Parameter.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type Parameter.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Parameter.Builder>Parameter.serializableBuilderClass()