Interface ChannelDestinationConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChannelDestinationConfiguration.Builder,ChannelDestinationConfiguration>,SdkBuilder<ChannelDestinationConfiguration.Builder,ChannelDestinationConfiguration>,SdkPojo
- Enclosing class:
- ChannelDestinationConfiguration
public static interface ChannelDestinationConfiguration.Builder extends SdkPojo, CopyableBuilder<ChannelDestinationConfiguration.Builder,ChannelDestinationConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelDestinationConfiguration.BuilderchannelArn(String channelArn)ARN of the channel to use for broadcasting.ChannelDestinationConfiguration.BuilderencoderConfigurationArn(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 Detail
-
channelArn
ChannelDestinationConfiguration.Builder channelArn(String 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
ChannelDestinationConfiguration.Builder encoderConfigurationArn(String 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.
-
-