Interface ChannelDestinationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChannelDestinationConfiguration.Builder,
,ChannelDestinationConfiguration> SdkBuilder<ChannelDestinationConfiguration.Builder,
,ChannelDestinationConfiguration> SdkPojo
- Enclosing class:
ChannelDestinationConfiguration
@Mutable
@NotThreadSafe
public static interface ChannelDestinationConfiguration.Builder
extends SdkPojo, CopyableBuilder<ChannelDestinationConfiguration.Builder,ChannelDestinationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionchannelArn
(String channelArn) ARN of the channel to use for broadcasting.encoderConfigurationArn
(String encoderConfigurationArn) ARN of the EncoderConfiguration resource.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
-
channelArn
ARN of the channel to use for broadcasting. The channel and stage resources must be in the same AWS account and region. The channel must be offline (not broadcasting).
- Parameters:
channelArn
- ARN of the channel to use for broadcasting. The channel and stage resources must be in the same AWS account and region. The channel must be offline (not broadcasting).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encoderConfigurationArn
ARN of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.
- Parameters:
encoderConfigurationArn
- ARN of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-