@Stability(value=Stable) public static final class CfnDatabase.RelationalDatabaseParameterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDatabase.RelationalDatabaseParameterProperty>
CfnDatabase.RelationalDatabaseParameterProperty
Constructor and Description |
---|
Builder() |
@Stability(value=Stable) public CfnDatabase.RelationalDatabaseParameterProperty.Builder allowedValues(String allowedValues)
CfnDatabase.RelationalDatabaseParameterProperty.getAllowedValues()
allowedValues
- The valid range of values for the parameter.this
@Stability(value=Stable) public CfnDatabase.RelationalDatabaseParameterProperty.Builder applyMethod(String applyMethod)
CfnDatabase.RelationalDatabaseParameterProperty.getApplyMethod()
applyMethod
- Indicates when parameter updates are applied.
Can be immediate
or pending-reboot
.this
@Stability(value=Stable) public CfnDatabase.RelationalDatabaseParameterProperty.Builder applyType(String applyType)
CfnDatabase.RelationalDatabaseParameterProperty.getApplyType()
applyType
- Specifies the engine-specific parameter type.this
@Stability(value=Stable) public CfnDatabase.RelationalDatabaseParameterProperty.Builder dataType(String dataType)
CfnDatabase.RelationalDatabaseParameterProperty.getDataType()
dataType
- The valid data type of the parameter.this
@Stability(value=Stable) public CfnDatabase.RelationalDatabaseParameterProperty.Builder description(String description)
CfnDatabase.RelationalDatabaseParameterProperty.getDescription()
description
- A description of the parameter.this
@Stability(value=Stable) public CfnDatabase.RelationalDatabaseParameterProperty.Builder isModifiable(Boolean isModifiable)
CfnDatabase.RelationalDatabaseParameterProperty.getIsModifiable()
isModifiable
- A Boolean value indicating whether the parameter can be modified.this
@Stability(value=Stable) public CfnDatabase.RelationalDatabaseParameterProperty.Builder isModifiable(IResolvable isModifiable)
CfnDatabase.RelationalDatabaseParameterProperty.getIsModifiable()
isModifiable
- A Boolean value indicating whether the parameter can be modified.this
@Stability(value=Stable) public CfnDatabase.RelationalDatabaseParameterProperty.Builder parameterName(String parameterName)
CfnDatabase.RelationalDatabaseParameterProperty.getParameterName()
parameterName
- The name of the parameter.this
@Stability(value=Stable) public CfnDatabase.RelationalDatabaseParameterProperty.Builder parameterValue(String parameterValue)
CfnDatabase.RelationalDatabaseParameterProperty.getParameterValue()
parameterValue
- The value for the parameter.this
@Stability(value=Stable) public CfnDatabase.RelationalDatabaseParameterProperty build()
build
in interface software.amazon.jsii.Builder<CfnDatabase.RelationalDatabaseParameterProperty>
CfnDatabase.RelationalDatabaseParameterProperty
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.