Uses of Class
software.amazon.awscdk.services.lightsail.CfnDatabase.RelationalDatabaseParameterProperty.Builder
-
Uses of CfnDatabase.RelationalDatabaseParameterProperty.Builder in software.amazon.awscdk.services.lightsail
Modifier and TypeMethodDescriptionCfnDatabase.RelationalDatabaseParameterProperty.Builder.allowedValues
(String allowedValues) Sets the value ofCfnDatabase.RelationalDatabaseParameterProperty.getAllowedValues()
CfnDatabase.RelationalDatabaseParameterProperty.Builder.applyMethod
(String applyMethod) Sets the value ofCfnDatabase.RelationalDatabaseParameterProperty.getApplyMethod()
Sets the value ofCfnDatabase.RelationalDatabaseParameterProperty.getApplyType()
CfnDatabase.RelationalDatabaseParameterProperty.builder()
Sets the value ofCfnDatabase.RelationalDatabaseParameterProperty.getDataType()
CfnDatabase.RelationalDatabaseParameterProperty.Builder.description
(String description) Sets the value ofCfnDatabase.RelationalDatabaseParameterProperty.getDescription()
CfnDatabase.RelationalDatabaseParameterProperty.Builder.isModifiable
(Boolean isModifiable) Sets the value ofCfnDatabase.RelationalDatabaseParameterProperty.getIsModifiable()
CfnDatabase.RelationalDatabaseParameterProperty.Builder.isModifiable
(IResolvable isModifiable) Sets the value ofCfnDatabase.RelationalDatabaseParameterProperty.getIsModifiable()
CfnDatabase.RelationalDatabaseParameterProperty.Builder.parameterName
(String parameterName) Sets the value ofCfnDatabase.RelationalDatabaseParameterProperty.getParameterName()
CfnDatabase.RelationalDatabaseParameterProperty.Builder.parameterValue
(String parameterValue) Sets the value ofCfnDatabase.RelationalDatabaseParameterProperty.getParameterValue()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDatabase.RelationalDatabaseParameterProperty.Builder
.