@Stability(value=Stable)
public static interface CfnPipeline.ParameterValueProperty
extends software.amazon.jsii.JsiiSerializable
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.datapipeline.*;
ParameterValueProperty parameterValueProperty = ParameterValueProperty.builder()
.id("id")
.stringValue("stringValue")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPipeline.ParameterValueProperty.Builder
A builder for
CfnPipeline.ParameterValueProperty |
static class |
CfnPipeline.ParameterValueProperty.Jsii$Proxy
An implementation for
CfnPipeline.ParameterValueProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.ParameterValueProperty.Builder |
builder() |
String |
getId()
The ID of the parameter value.
|
String |
getStringValue()
The field value, expressed as a String.
|
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @NotNull String getStringValue()
@Stability(value=Stable) static CfnPipeline.ParameterValueProperty.Builder builder()
Copyright © 2022. All rights reserved.