@Stability(value=Stable)
public static interface CfnDatabase.RelationalDatabaseParameterProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lightsail.*;
RelationalDatabaseParameterProperty relationalDatabaseParameterProperty = RelationalDatabaseParameterProperty.builder()
.allowedValues("allowedValues")
.applyMethod("applyMethod")
.applyType("applyType")
.dataType("dataType")
.description("description")
.isModifiable(false)
.parameterName("parameterName")
.parameterValue("parameterValue")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDatabase.RelationalDatabaseParameterProperty.Builder
A builder for
CfnDatabase.RelationalDatabaseParameterProperty |
static class |
CfnDatabase.RelationalDatabaseParameterProperty.Jsii$Proxy
An implementation for
CfnDatabase.RelationalDatabaseParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDatabase.RelationalDatabaseParameterProperty.Builder |
builder() |
default String |
getAllowedValues()
`CfnDatabase.RelationalDatabaseParameterProperty.AllowedValues`.
|
default String |
getApplyMethod()
`CfnDatabase.RelationalDatabaseParameterProperty.ApplyMethod`.
|
default String |
getApplyType()
`CfnDatabase.RelationalDatabaseParameterProperty.ApplyType`.
|
default String |
getDataType()
`CfnDatabase.RelationalDatabaseParameterProperty.DataType`.
|
default String |
getDescription()
`CfnDatabase.RelationalDatabaseParameterProperty.Description`.
|
default Object |
getIsModifiable()
`CfnDatabase.RelationalDatabaseParameterProperty.IsModifiable`.
|
default String |
getParameterName()
`CfnDatabase.RelationalDatabaseParameterProperty.ParameterName`.
|
default String |
getParameterValue()
`CfnDatabase.RelationalDatabaseParameterProperty.ParameterValue`.
|
@Stability(value=Stable) @Nullable default String getAllowedValues()
@Stability(value=Stable) @Nullable default String getApplyMethod()
@Stability(value=Stable) @Nullable default String getApplyType()
@Stability(value=Stable) @Nullable default String getDataType()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getIsModifiable()
@Stability(value=Stable) @Nullable default String getParameterName()
@Stability(value=Stable) @Nullable default String getParameterValue()
@Stability(value=Stable) static CfnDatabase.RelationalDatabaseParameterProperty.Builder builder()
Copyright © 2021. All rights reserved.