public static interface CfnClusterParameterGroup.ParameterProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClusterParameterGroup.ParameterProperty.Builder
A builder for
CfnClusterParameterGroup.ParameterProperty |
static class |
CfnClusterParameterGroup.ParameterProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnClusterParameterGroup.ParameterProperty.Builder |
builder() |
String |
getParameterName()
``CfnClusterParameterGroup.ParameterProperty.ParameterName``
|
String |
getParameterValue()
``CfnClusterParameterGroup.ParameterProperty.ParameterValue``
|
void |
setParameterName(String value)
``CfnClusterParameterGroup.ParameterProperty.ParameterName``
|
void |
setParameterValue(String value)
``CfnClusterParameterGroup.ParameterProperty.ParameterValue``
|
String getParameterName()
void setParameterName(String value)
String getParameterValue()
void setParameterValue(String value)
static CfnClusterParameterGroup.ParameterProperty.Builder builder()
Copyright © 2019. All rights reserved.