@Stability(value=Stable)
public static interface CfnFramework.ControlInputParameterProperty
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.backup.*;
ControlInputParameterProperty controlInputParameterProperty = ControlInputParameterProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFramework.ControlInputParameterProperty.Builder
A builder for
CfnFramework.ControlInputParameterProperty |
static class |
CfnFramework.ControlInputParameterProperty.Jsii$Proxy
An implementation for
CfnFramework.ControlInputParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFramework.ControlInputParameterProperty.Builder |
builder() |
String |
getParameterName()
`CfnFramework.ControlInputParameterProperty.ParameterName`.
|
String |
getParameterValue()
`CfnFramework.ControlInputParameterProperty.ParameterValue`.
|
@Stability(value=Stable) @NotNull String getParameterName()
@Stability(value=Stable) @NotNull String getParameterValue()
@Stability(value=Stable) static CfnFramework.ControlInputParameterProperty.Builder builder()
Copyright © 2021. All rights reserved.