Interface CreateChannelResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateChannelResponse.Builder,,CreateChannelResponse> MediaPackageV2Response.Builder,SdkBuilder<CreateChannelResponse.Builder,,CreateChannelResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateChannelResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) associated with the resource.attachedMultiviewChannels(String... attachedMultiviewChannels) The multiview channels, in the same channel group, that list this channel as an available source.attachedMultiviewChannels(Collection<String> attachedMultiviewChannels) The multiview channels, in the same channel group, that list this channel as an available source.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) The description for your channel.The current Entity Tag (ETag) associated with this resource.ingestEndpoints(Collection<IngestEndpoint> ingestEndpoints) Sets the value of the IngestEndpoints property for this object.ingestEndpoints(Consumer<IngestEndpoint.Builder>... ingestEndpoints) Sets the value of the IngestEndpoints property for this object.ingestEndpoints(IngestEndpoint... ingestEndpoints) Sets the value of the IngestEndpoints property for this object.default CreateChannelResponse.BuilderinputSwitchConfiguration(Consumer<InputSwitchConfiguration.Builder> inputSwitchConfiguration) The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.inputSwitchConfiguration(InputSwitchConfiguration inputSwitchConfiguration) The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.The input type is an immutable field.The input type is an immutable field.modifiedAt(Instant modifiedAt) The date and time the channel was modified.default CreateChannelResponse.BuildermultiviewConfiguration(Consumer<MultiviewConfiguration.Builder> multiviewConfiguration) The multiview configuration for the channel.multiviewConfiguration(MultiviewConfiguration multiviewConfiguration) The multiview configuration for the channel.default CreateChannelResponse.BuilderoutputHeaderConfiguration(Consumer<OutputHeaderConfiguration.Builder> outputHeaderConfiguration) The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.outputHeaderConfiguration(OutputHeaderConfiguration outputHeaderConfiguration) The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.outputLockingMode(String outputLockingMode) The output locking mode configured for the channel.outputLockingMode(OutputLockingMode outputLockingMode) The output locking mode configured for the channel.The comma-separated list of tag key:value pairs assigned to the channel.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediapackagev2.model.MediaPackageV2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
multiviewConfiguration
The multiview configuration for the channel. This is present only when
InputTypeisMULTIVIEW.- Parameters:
multiviewConfiguration- The multiview configuration for the channel. This is present only whenInputTypeisMULTIVIEW.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multiviewConfiguration
default CreateChannelResponse.Builder multiviewConfiguration(Consumer<MultiviewConfiguration.Builder> multiviewConfiguration) The multiview configuration for the channel. This is present only when
This is a convenience method that creates an instance of theInputTypeisMULTIVIEW.MultiviewConfiguration.Builderavoiding the need to create one manually viaMultiviewConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomultiviewConfiguration(MultiviewConfiguration).- Parameters:
multiviewConfiguration- a consumer that will call methods onMultiviewConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attachedMultiviewChannels
CreateChannelResponse.Builder attachedMultiviewChannels(Collection<String> attachedMultiviewChannels) The multiview channels, in the same channel group, that list this channel as an available source. This is a read-only field. You can't delete a channel while any multiview channel still lists it as a source. Use this field to find the multiview channels that you need to update first.
- Parameters:
attachedMultiviewChannels- The multiview channels, in the same channel group, that list this channel as an available source. This is a read-only field. You can't delete a channel while any multiview channel still lists it as a source. Use this field to find the multiview channels that you need to update first.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachedMultiviewChannels
The multiview channels, in the same channel group, that list this channel as an available source. This is a read-only field. You can't delete a channel while any multiview channel still lists it as a source. Use this field to find the multiview channels that you need to update first.
- Parameters:
attachedMultiviewChannels- The multiview channels, in the same channel group, that list this channel as an available source. This is a read-only field. You can't delete a channel while any multiview channel still lists it as a source. Use this field to find the multiview channels that you need to update first.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The description for your channel.
- Parameters:
description- The description for your channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestEndpoints
Sets the value of the IngestEndpoints property for this object.- Parameters:
ingestEndpoints- The new value for the IngestEndpoints property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestEndpoints
Sets the value of the IngestEndpoints property for this object.- Parameters:
ingestEndpoints- The new value for the IngestEndpoints property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestEndpoints
Sets the value of the IngestEndpoints property for this object. This is a convenience method that creates an instance of theIngestEndpoint.Builderavoiding the need to create one manually viaIngestEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toingestEndpoints(List<IngestEndpoint>).- Parameters:
ingestEndpoints- a consumer that will call methods onIngestEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inputType
The input type is an immutable field. It defines whether the channel allows CMAF ingest, HLS ingest, or server-side multiview output. Multiview channels receive no ingest of their own. If unprovided, the value defaults to HLS.
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). -
MULTIVIEW– Server-side multiview. The channel receives no ingest of its own. Instead, it composites video from the source channels in itsMultiviewConfigurationinto a single tiled output stream.
- Parameters:
inputType- The input type is an immutable field. It defines whether the channel allows CMAF ingest, HLS ingest, or server-side multiview output. Multiview channels receive no ingest of their own. If unprovided, the value defaults to HLS.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). -
MULTIVIEW– Server-side multiview. The channel receives no ingest of its own. Instead, it composites video from the source channels in itsMultiviewConfigurationinto a single tiled output stream.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
inputType
The input type is an immutable field. It defines whether the channel allows CMAF ingest, HLS ingest, or server-side multiview output. Multiview channels receive no ingest of their own. If unprovided, the value defaults to HLS.
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). -
MULTIVIEW– Server-side multiview. The channel receives no ingest of its own. Instead, it composites video from the source channels in itsMultiviewConfigurationinto a single tiled output stream.
- Parameters:
inputType- The input type is an immutable field. It defines whether the channel allows CMAF ingest, HLS ingest, or server-side multiview output. Multiview channels receive no ingest of their own. If unprovided, the value defaults to HLS.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). -
MULTIVIEW– Server-side multiview. The channel receives no ingest of its own. Instead, it composites video from the source channels in itsMultiviewConfigurationinto a single tiled output stream.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
eTag
The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
- Parameters:
eTag- The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The comma-separated list of tag key:value pairs assigned to the channel.
- Parameters:
tags- The comma-separated list of tag key:value pairs assigned to the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputSwitchConfiguration
CreateChannelResponse.Builder inputSwitchConfiguration(InputSwitchConfiguration inputSwitchConfiguration) The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive. This setting is valid only when
InputTypeisCMAF.- Parameters:
inputSwitchConfiguration- The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive. This setting is valid only whenInputTypeisCMAF.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputSwitchConfiguration
default CreateChannelResponse.Builder inputSwitchConfiguration(Consumer<InputSwitchConfiguration.Builder> inputSwitchConfiguration) The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive. This setting is valid only when
This is a convenience method that creates an instance of theInputTypeisCMAF.InputSwitchConfiguration.Builderavoiding the need to create one manually viaInputSwitchConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputSwitchConfiguration(InputSwitchConfiguration).- Parameters:
inputSwitchConfiguration- a consumer that will call methods onInputSwitchConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outputHeaderConfiguration
CreateChannelResponse.Builder outputHeaderConfiguration(OutputHeaderConfiguration outputHeaderConfiguration) The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN. This setting is valid only when
InputTypeisCMAF.- Parameters:
outputHeaderConfiguration- The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN. This setting is valid only whenInputTypeisCMAF.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputHeaderConfiguration
default CreateChannelResponse.Builder outputHeaderConfiguration(Consumer<OutputHeaderConfiguration.Builder> outputHeaderConfiguration) The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN. This setting is valid only when
This is a convenience method that creates an instance of theInputTypeisCMAF.OutputHeaderConfiguration.Builderavoiding the need to create one manually viaOutputHeaderConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputHeaderConfiguration(OutputHeaderConfiguration).- Parameters:
outputHeaderConfiguration- a consumer that will call methods onOutputHeaderConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outputLockingMode
The output locking mode configured for the channel.
The allowed values are:
-
EPOCH_LOCKED- The channel uses epoch-locked behavior with deterministic sequence numbering and fixed segment boundaries aligned to epoch time. -
NON_EPOCH_LOCKED- The channel uses non-epoch-locked behavior with duration-based segment combining and monotonically increasing sequence numbers starting from 0.
- Parameters:
outputLockingMode- The output locking mode configured for the channel.The allowed values are:
-
EPOCH_LOCKED- The channel uses epoch-locked behavior with deterministic sequence numbering and fixed segment boundaries aligned to epoch time. -
NON_EPOCH_LOCKED- The channel uses non-epoch-locked behavior with duration-based segment combining and monotonically increasing sequence numbers starting from 0.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
outputLockingMode
The output locking mode configured for the channel.
The allowed values are:
-
EPOCH_LOCKED- The channel uses epoch-locked behavior with deterministic sequence numbering and fixed segment boundaries aligned to epoch time. -
NON_EPOCH_LOCKED- The channel uses non-epoch-locked behavior with duration-based segment combining and monotonically increasing sequence numbers starting from 0.
- Parameters:
outputLockingMode- The output locking mode configured for the channel.The allowed values are:
-
EPOCH_LOCKED- The channel uses epoch-locked behavior with deterministic sequence numbering and fixed segment boundaries aligned to epoch time. -
NON_EPOCH_LOCKED- The channel uses non-epoch-locked behavior with duration-based segment combining and monotonically increasing sequence numbers starting from 0.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-