@Stability(value=Stable)
public static interface CfnPipeline.ParameterAttributeProperty
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.*;
ParameterAttributeProperty parameterAttributeProperty = ParameterAttributeProperty.builder()
.key("key")
.stringValue("stringValue")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPipeline.ParameterAttributeProperty.Builder
A builder for
CfnPipeline.ParameterAttributeProperty |
static class |
CfnPipeline.ParameterAttributeProperty.Jsii$Proxy
An implementation for
CfnPipeline.ParameterAttributeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.ParameterAttributeProperty.Builder |
builder() |
String |
getKey()
The field identifier.
|
String |
getStringValue()
The field value, expressed as a String.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getStringValue()
@Stability(value=Stable) static CfnPipeline.ParameterAttributeProperty.Builder builder()
Copyright © 2022. All rights reserved.