Class ChannelInfo
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisvideo.model.ChannelInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChannelInfo.Builder,ChannelInfo>
@Generated("software.amazon.awssdk:codegen") public final class ChannelInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChannelInfo.Builder,ChannelInfo>
A structure that encapsulates a signaling channel's metadata and properties.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChannelInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChannelInfo.Builderbuilder()StringchannelARN()The Amazon Resource Name (ARN) of the signaling channel.StringchannelName()The name of the signaling channel.StatuschannelStatus()Current status of the signaling channel.StringchannelStatusAsString()Current status of the signaling channel.ChannelTypechannelType()The type of the signaling channel.StringchannelTypeAsString()The type of the signaling channel.InstantcreationTime()The time at which the signaling channel was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ChannelInfo.Builder>serializableBuilderClass()SingleMasterConfigurationsingleMasterConfiguration()A structure that contains the configuration for theSINGLE_MASTERchannel type.ChannelInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The current version of the signaling channel.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
channelName
public final String channelName()
The name of the signaling channel.
- Returns:
- The name of the signaling channel.
-
channelARN
public final String channelARN()
The Amazon Resource Name (ARN) of the signaling channel.
- Returns:
- The Amazon Resource Name (ARN) of the signaling channel.
-
channelType
public final ChannelType channelType()
The type of the signaling channel.
If the service returns an enum value that is not available in the current SDK version,
channelTypewill returnChannelType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchannelTypeAsString().- Returns:
- The type of the signaling channel.
- See Also:
ChannelType
-
channelTypeAsString
public final String channelTypeAsString()
The type of the signaling channel.
If the service returns an enum value that is not available in the current SDK version,
channelTypewill returnChannelType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchannelTypeAsString().- Returns:
- The type of the signaling channel.
- See Also:
ChannelType
-
channelStatus
public final Status channelStatus()
Current status of the signaling channel.
If the service returns an enum value that is not available in the current SDK version,
channelStatuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchannelStatusAsString().- Returns:
- Current status of the signaling channel.
- See Also:
Status
-
channelStatusAsString
public final String channelStatusAsString()
Current status of the signaling channel.
If the service returns an enum value that is not available in the current SDK version,
channelStatuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchannelStatusAsString().- Returns:
- Current status of the signaling channel.
- See Also:
Status
-
creationTime
public final Instant creationTime()
The time at which the signaling channel was created.
- Returns:
- The time at which the signaling channel was created.
-
singleMasterConfiguration
public final SingleMasterConfiguration singleMasterConfiguration()
A structure that contains the configuration for the
SINGLE_MASTERchannel type.- Returns:
- A structure that contains the configuration for the
SINGLE_MASTERchannel type.
-
version
public final String version()
The current version of the signaling channel.
- Returns:
- The current version of the signaling channel.
-
toBuilder
public ChannelInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChannelInfo.Builder,ChannelInfo>
-
builder
public static ChannelInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends ChannelInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-