@Stability(value=Stable)
public static interface CfnPipeline.ParameterObjectProperty
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.*;
ParameterObjectProperty parameterObjectProperty = ParameterObjectProperty.builder()
.attributes(List.of(ParameterAttributeProperty.builder()
.key("key")
.stringValue("stringValue")
.build()))
.id("id")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPipeline.ParameterObjectProperty.Builder
A builder for
CfnPipeline.ParameterObjectProperty |
static class |
CfnPipeline.ParameterObjectProperty.Jsii$Proxy
An implementation for
CfnPipeline.ParameterObjectProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.ParameterObjectProperty.Builder |
builder() |
Object |
getAttributes()
The attributes of the parameter object.
|
String |
getId()
The ID of the parameter object.
|
@Stability(value=Stable) @NotNull Object getAttributes()
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) static CfnPipeline.ParameterObjectProperty.Builder builder()
Copyright © 2022. All rights reserved.