public static interface UpdateOriginEndpointRequest.Builder extends MediaPackageV2Request.Builder, SdkPojo, CopyableBuilder<UpdateOriginEndpointRequest.Builder,UpdateOriginEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateOriginEndpointRequest.Builder |
channelGroupName(String channelGroupName)
The name that describes the channel group.
|
UpdateOriginEndpointRequest.Builder |
channelName(String channelName)
The name that describes the channel.
|
UpdateOriginEndpointRequest.Builder |
containerType(ContainerType containerType)
The type of container attached to this origin endpoint.
|
UpdateOriginEndpointRequest.Builder |
containerType(String containerType)
The type of container attached to this origin endpoint.
|
UpdateOriginEndpointRequest.Builder |
description(String description)
Any descriptive information that you want to add to the origin endpoint for future identification purposes.
|
UpdateOriginEndpointRequest.Builder |
hlsManifests(Collection<CreateHlsManifestConfiguration> hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
UpdateOriginEndpointRequest.Builder |
hlsManifests(Consumer<CreateHlsManifestConfiguration.Builder>... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
UpdateOriginEndpointRequest.Builder |
hlsManifests(CreateHlsManifestConfiguration... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
UpdateOriginEndpointRequest.Builder |
lowLatencyHlsManifests(Collection<CreateLowLatencyHlsManifestConfiguration> lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
UpdateOriginEndpointRequest.Builder |
lowLatencyHlsManifests(Consumer<CreateLowLatencyHlsManifestConfiguration.Builder>... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
UpdateOriginEndpointRequest.Builder |
lowLatencyHlsManifests(CreateLowLatencyHlsManifestConfiguration... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
UpdateOriginEndpointRequest.Builder |
originEndpointName(String originEndpointName)
The name that describes the origin endpoint.
|
UpdateOriginEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateOriginEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateOriginEndpointRequest.Builder |
segment(Consumer<Segment.Builder> segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
UpdateOriginEndpointRequest.Builder |
segment(Segment segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
UpdateOriginEndpointRequest.Builder |
startoverWindowSeconds(Integer startoverWindowSeconds)
The size of the window (in seconds) to create a window of the live stream that's available for on-demand
viewing.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateOriginEndpointRequest.Builder channelGroupName(String 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.
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.UpdateOriginEndpointRequest.Builder channelName(String 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.
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.UpdateOriginEndpointRequest.Builder originEndpointName(String originEndpointName)
The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.
originEndpointName - The name that describes the origin endpoint. The name is the primary identifier for the origin
endpoint, and and must be unique for your account in the AWS Region and channel.UpdateOriginEndpointRequest.Builder containerType(String containerType)
The type of container attached to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file.
containerType - The type of container attached to this origin endpoint. A container type is a file format that
encapsulates one or more media streams, such as audio and video, into a single file.ContainerType,
ContainerTypeUpdateOriginEndpointRequest.Builder containerType(ContainerType containerType)
The type of container attached to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file.
containerType - The type of container attached to this origin endpoint. A container type is a file format that
encapsulates one or more media streams, such as audio and video, into a single file.ContainerType,
ContainerTypeUpdateOriginEndpointRequest.Builder segment(Segment segment)
The segment configuration, including the segment name, duration, and other configuration values.
segment - The segment configuration, including the segment name, duration, and other configuration values.default UpdateOriginEndpointRequest.Builder segment(Consumer<Segment.Builder> segment)
The segment configuration, including the segment name, duration, and other configuration values.
This is a convenience method that creates an instance of theSegment.Builder avoiding the need to
create one manually via Segment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to segment(Segment).
segment - a consumer that will call methods on Segment.Buildersegment(Segment)UpdateOriginEndpointRequest.Builder description(String description)
Any descriptive information that you want to add to the origin endpoint for future identification purposes.
description - Any descriptive information that you want to add to the origin endpoint for future identification
purposes.UpdateOriginEndpointRequest.Builder startoverWindowSeconds(Integer startoverWindowSeconds)
The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The maximum startover window is 1,209,600 seconds (14 days).
startoverWindowSeconds - The size of the window (in seconds) to create a window of the live stream that's available for
on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The
maximum startover window is 1,209,600 seconds (14 days).UpdateOriginEndpointRequest.Builder hlsManifests(Collection<CreateHlsManifestConfiguration> hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
hlsManifests - An HTTP live streaming (HLS) manifest configuration.UpdateOriginEndpointRequest.Builder hlsManifests(CreateHlsManifestConfiguration... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
hlsManifests - An HTTP live streaming (HLS) manifest configuration.UpdateOriginEndpointRequest.Builder hlsManifests(Consumer<CreateHlsManifestConfiguration.Builder>... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
This is a convenience method that creates an instance of theCreateHlsManifestConfiguration.Builder avoiding
the need to create one manually via
CreateHlsManifestConfiguration.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #hlsManifests(List.
hlsManifests - a consumer that will call methods on
CreateHlsManifestConfiguration.Builder#hlsManifests(java.util.Collection) UpdateOriginEndpointRequest.Builder lowLatencyHlsManifests(Collection<CreateLowLatencyHlsManifestConfiguration> lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
lowLatencyHlsManifests - A low-latency HLS manifest configuration.UpdateOriginEndpointRequest.Builder lowLatencyHlsManifests(CreateLowLatencyHlsManifestConfiguration... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
lowLatencyHlsManifests - A low-latency HLS manifest configuration.UpdateOriginEndpointRequest.Builder lowLatencyHlsManifests(Consumer<CreateLowLatencyHlsManifestConfiguration.Builder>... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
This is a convenience method that creates an instance of theCreateLowLatencyHlsManifestConfiguration.Builder
avoiding the need to create one manually via
CreateLowLatencyHlsManifestConfiguration.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #lowLatencyHlsManifests(List.
lowLatencyHlsManifests - a consumer that will call methods on
CreateLowLatencyHlsManifestConfiguration.Builder#lowLatencyHlsManifests(java.util.Collection) UpdateOriginEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateOriginEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.