public static interface CfnStudioComponent.ScriptParameterKeyValueProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.nimblestudio.*; ScriptParameterKeyValueProperty scriptParameterKeyValueProperty = ScriptParameterKeyValueProperty.builder() .key("key") .value("value") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStudioComponent.ScriptParameterKeyValueProperty.Builder
A builder for
CfnStudioComponent.ScriptParameterKeyValueProperty |
static class |
CfnStudioComponent.ScriptParameterKeyValueProperty.Jsii$Proxy
An implementation for
CfnStudioComponent.ScriptParameterKeyValueProperty |
Modifier and Type | Method and Description |
---|---|
static CfnStudioComponent.ScriptParameterKeyValueProperty.Builder |
builder() |
default java.lang.String |
getKey()
A script parameter key.
|
default java.lang.String |
getValue()
A script parameter value.
|