@Generated(value="software.amazon.awssdk:codegen") public final class ChannelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChannelSummary.Builder,ChannelSummary>
Modifier and Type | Class and Description |
---|---|
static interface |
ChannelSummary.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The unique arn of the channel.
|
static ChannelSummary.Builder |
builder() |
List<OutputDestination> |
destinations()
A list of destinations of the channel.
|
List<ChannelEgressEndpoint> |
egressEndpoints()
The endpoints where outgoing connections initiate from
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique id of the channel.
|
List<InputAttachment> |
inputAttachments()
List of input attachments for channel.
|
InputSpecification |
inputSpecification()
Returns the value of the InputSpecification property for this object.
|
LogLevel |
logLevel()
The log level being written to CloudWatch Logs.
|
String |
logLevelAsString()
The log level being written to CloudWatch Logs.
|
String |
name()
The name of the channel.
|
Integer |
pipelinesRunningCount()
The number of currently healthy pipelines.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the role assumed when running the Channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChannelSummary.Builder> |
serializableBuilderClass() |
ChannelState |
state()
Returns the value of the State property for this object.
|
String |
stateAsString()
Returns the value of the State property for this object.
|
ChannelSummary.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 arn()
public List<OutputDestination> destinations()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<ChannelEgressEndpoint> egressEndpoints()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String id()
public List<InputAttachment> inputAttachments()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public InputSpecification inputSpecification()
public LogLevel logLevel()
If the service returns an enum value that is not available in the current SDK version, logLevel
will
return LogLevel.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
logLevelAsString()
.
LogLevel
public String logLevelAsString()
If the service returns an enum value that is not available in the current SDK version, logLevel
will
return LogLevel.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
logLevelAsString()
.
LogLevel
public String name()
public Integer pipelinesRunningCount()
public String roleArn()
public ChannelState state()
If the service returns an enum value that is not available in the current SDK version, state
will return
ChannelState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
ChannelState
public String stateAsString()
If the service returns an enum value that is not available in the current SDK version, state
will return
ChannelState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
ChannelState
public ChannelSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ChannelSummary.Builder,ChannelSummary>
public static ChannelSummary.Builder builder()
public static Class<? extends ChannelSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.