Interface ChannelListConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChannelListConfiguration.Builder,
,ChannelListConfiguration> SdkBuilder<ChannelListConfiguration.Builder,
,ChannelListConfiguration> SdkPojo
- Enclosing class:
ChannelListConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) associated with the resource.channelGroupName
(String channelGroupName) The name that describes the channel group.channelName
(String channelName) The name that describes the channel.The date and time the channel was created.description
(String description) Any descriptive information that you want to add to the channel for future identification purposes.The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest.The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest.modifiedAt
(Instant modifiedAt) The date and time the channel was modified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) associated with the resource.
- Parameters:
arn
- The Amazon Resource Name (ARN) associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelName
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
- Parameters:
channelName
- The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelGroupName
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
- Parameters:
channelGroupName
- The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the channel was created.
- Parameters:
createdAt
- The date and time the channel was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedAt
The date and time the channel was modified.
- Parameters:
modifiedAt
- The date and time the channel was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Any descriptive information that you want to add to the channel for future identification purposes.
- Parameters:
description
- Any descriptive information that you want to add to the channel for future identification purposes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputType
The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.
The allowed values are:
-
HLS
- The HLS streaming specification (which defines M3U8 manifests and TS segments). -
CMAF
- The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).
- Parameters:
inputType
- The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.The allowed values are:
-
HLS
- The HLS streaming specification (which defines M3U8 manifests and TS segments). -
CMAF
- The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
inputType
The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.
The allowed values are:
-
HLS
- The HLS streaming specification (which defines M3U8 manifests and TS segments). -
CMAF
- The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).
- Parameters:
inputType
- The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.The allowed values are:
-
HLS
- The HLS streaming specification (which defines M3U8 manifests and TS segments). -
CMAF
- The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-