public static interface CreateOriginEndpointRequest.Builder extends MediaPackageV2Request.Builder, SdkPojo, CopyableBuilder<CreateOriginEndpointRequest.Builder,CreateOriginEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateOriginEndpointRequest.Builder |
channelGroupName(String channelGroupName)
The name that describes the channel group.
|
CreateOriginEndpointRequest.Builder |
channelName(String channelName)
The name that describes the channel.
|
CreateOriginEndpointRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
CreateOriginEndpointRequest.Builder |
containerType(ContainerType containerType)
The type of container to attach to this origin endpoint.
|
CreateOriginEndpointRequest.Builder |
containerType(String containerType)
The type of container to attach to this origin endpoint.
|
CreateOriginEndpointRequest.Builder |
description(String description)
Enter any descriptive text that helps you to identify the origin endpoint.
|
CreateOriginEndpointRequest.Builder |
hlsManifests(Collection<CreateHlsManifestConfiguration> hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
CreateOriginEndpointRequest.Builder |
hlsManifests(Consumer<CreateHlsManifestConfiguration.Builder>... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
CreateOriginEndpointRequest.Builder |
hlsManifests(CreateHlsManifestConfiguration... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
CreateOriginEndpointRequest.Builder |
lowLatencyHlsManifests(Collection<CreateLowLatencyHlsManifestConfiguration> lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
CreateOriginEndpointRequest.Builder |
lowLatencyHlsManifests(Consumer<CreateLowLatencyHlsManifestConfiguration.Builder>... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
CreateOriginEndpointRequest.Builder |
lowLatencyHlsManifests(CreateLowLatencyHlsManifestConfiguration... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
CreateOriginEndpointRequest.Builder |
originEndpointName(String originEndpointName)
The name that describes the origin endpoint.
|
CreateOriginEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateOriginEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateOriginEndpointRequest.Builder |
segment(Consumer<Segment.Builder> segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
CreateOriginEndpointRequest.Builder |
segment(Segment segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
CreateOriginEndpointRequest.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.
|
CreateOriginEndpointRequest.Builder |
tags(Map<String,String> tags)
A comma-separated list of tag key:value pairs that you define.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateOriginEndpointRequest.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.CreateOriginEndpointRequest.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.CreateOriginEndpointRequest.Builder originEndpointName(String originEndpointName)
The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and must be unique for your account in the AWS Region and channel. You can't use spaces in the name. You can't change the name after you create the endpoint.
originEndpointName - The name that describes the origin endpoint. The name is the primary identifier for the origin
endpoint, and must be unique for your account in the AWS Region and channel. You can't use spaces in
the name. You can't change the name after you create the endpoint.CreateOriginEndpointRequest.Builder containerType(String containerType)
The type of container to attach 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. You can't change the container type after you create the endpoint.
containerType - The type of container to attach 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. You can't change
the container type after you create the endpoint.ContainerType,
ContainerTypeCreateOriginEndpointRequest.Builder containerType(ContainerType containerType)
The type of container to attach 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. You can't change the container type after you create the endpoint.
containerType - The type of container to attach 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. You can't change
the container type after you create the endpoint.ContainerType,
ContainerTypeCreateOriginEndpointRequest.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 CreateOriginEndpointRequest.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)CreateOriginEndpointRequest.Builder clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive token that you provide to ensure the idempotency of the request.CreateOriginEndpointRequest.Builder description(String description)
Enter any descriptive text that helps you to identify the origin endpoint.
description - Enter any descriptive text that helps you to identify the origin endpoint.CreateOriginEndpointRequest.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).CreateOriginEndpointRequest.Builder hlsManifests(Collection<CreateHlsManifestConfiguration> hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
hlsManifests - An HTTP live streaming (HLS) manifest configuration.CreateOriginEndpointRequest.Builder hlsManifests(CreateHlsManifestConfiguration... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
hlsManifests - An HTTP live streaming (HLS) manifest configuration.CreateOriginEndpointRequest.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) CreateOriginEndpointRequest.Builder lowLatencyHlsManifests(Collection<CreateLowLatencyHlsManifestConfiguration> lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
lowLatencyHlsManifests - A low-latency HLS manifest configuration.CreateOriginEndpointRequest.Builder lowLatencyHlsManifests(CreateLowLatencyHlsManifestConfiguration... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
lowLatencyHlsManifests - A low-latency HLS manifest configuration.CreateOriginEndpointRequest.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) CreateOriginEndpointRequest.Builder tags(Map<String,String> tags)
A comma-separated list of tag key:value pairs that you define. For example:
"Key1": "Value1",
"Key2": "Value2"
tags - A comma-separated list of tag key:value pairs that you define. For example:
"Key1": "Value1",
"Key2": "Value2"
CreateOriginEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateOriginEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.