@Stability(value=Stable)
public static interface CfnPipeline.ChannelProperty
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.iotanalytics.*;
ChannelProperty channelProperty = ChannelProperty.builder()
.channelName("channelName")
.name("name")
// the properties below are optional
.next("next")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPipeline.ChannelProperty.Builder
A builder for
CfnPipeline.ChannelProperty |
static class |
CfnPipeline.ChannelProperty.Jsii$Proxy
An implementation for
CfnPipeline.ChannelProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.ChannelProperty.Builder |
builder() |
String |
getChannelName()
The name of the channel from which the messages are processed.
|
String |
getName()
The name of the 'channel' activity.
|
default String |
getNext()
The next activity in the pipeline.
|
@Stability(value=Stable) @NotNull String getChannelName()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getNext()
@Stability(value=Stable) static CfnPipeline.ChannelProperty.Builder builder()
Copyright © 2022. All rights reserved.