@Stability(value=Stable)
public static interface CfnPipeline.AddAttributesProperty
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.iotanalytics.*;
Object attributes;
AddAttributesProperty addAttributesProperty = AddAttributesProperty.builder()
.attributes(attributes)
.name("name")
.next("next")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPipeline.AddAttributesProperty.Builder
A builder for
CfnPipeline.AddAttributesProperty |
static class |
CfnPipeline.AddAttributesProperty.Jsii$Proxy
An implementation for
CfnPipeline.AddAttributesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.AddAttributesProperty.Builder |
builder() |
default Object |
getAttributes()
`CfnPipeline.AddAttributesProperty.Attributes`.
|
default String |
getName()
`CfnPipeline.AddAttributesProperty.Name`.
|
default String |
getNext()
`CfnPipeline.AddAttributesProperty.Next`.
|
@Stability(value=Stable) @Nullable default Object getAttributes()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getNext()
@Stability(value=Stable) static CfnPipeline.AddAttributesProperty.Builder builder()
Copyright © 2021. All rights reserved.