@Generated(value="software.amazon.awssdk:codegen") public final class ChannelActivity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChannelActivity.Builder,ChannelActivity>
The activity that determines the source of the messages to be processed.
Modifier and Type | Class and Description |
---|---|
static interface |
ChannelActivity.Builder |
Modifier and Type | Method and Description |
---|---|
static ChannelActivity.Builder |
builder() |
String |
channelName()
The name of the channel from which the messages are processed.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the 'channel' activity.
|
String |
next()
The next activity in the pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChannelActivity.Builder> |
serializableBuilderClass() |
ChannelActivity.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of the 'channel' activity.
public String channelName()
The name of the channel from which the messages are processed.
public String next()
The next activity in the pipeline.
public ChannelActivity.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ChannelActivity.Builder,ChannelActivity>
public static ChannelActivity.Builder builder()
public static Class<? extends ChannelActivity.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.