public static interface OriginEndpointListConfiguration.Builder extends SdkPojo, CopyableBuilder<OriginEndpointListConfiguration.Builder,OriginEndpointListConfiguration>
| Modifier and Type | Method and Description |
|---|---|
OriginEndpointListConfiguration.Builder |
arn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
OriginEndpointListConfiguration.Builder |
channelGroupName(String channelGroupName)
The name that describes the channel group.
|
OriginEndpointListConfiguration.Builder |
channelName(String channelName)
The name that describes the channel.
|
OriginEndpointListConfiguration.Builder |
containerType(ContainerType containerType)
The type of container attached to this origin endpoint.
|
OriginEndpointListConfiguration.Builder |
containerType(String containerType)
The type of container attached to this origin endpoint.
|
OriginEndpointListConfiguration.Builder |
createdAt(Instant createdAt)
The date and time the origin endpoint was created.
|
OriginEndpointListConfiguration.Builder |
description(String description)
Any descriptive information that you want to add to the origin endpoint for future identification purposes.
|
OriginEndpointListConfiguration.Builder |
hlsManifests(Collection<ListHlsManifestConfiguration> hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
OriginEndpointListConfiguration.Builder |
hlsManifests(Consumer<ListHlsManifestConfiguration.Builder>... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
OriginEndpointListConfiguration.Builder |
hlsManifests(ListHlsManifestConfiguration... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
OriginEndpointListConfiguration.Builder |
lowLatencyHlsManifests(Collection<ListLowLatencyHlsManifestConfiguration> lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
OriginEndpointListConfiguration.Builder |
lowLatencyHlsManifests(Consumer<ListLowLatencyHlsManifestConfiguration.Builder>... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
OriginEndpointListConfiguration.Builder |
lowLatencyHlsManifests(ListLowLatencyHlsManifestConfiguration... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
OriginEndpointListConfiguration.Builder |
modifiedAt(Instant modifiedAt)
The date and time the origin endpoint was modified.
|
OriginEndpointListConfiguration.Builder |
originEndpointName(String originEndpointName)
The name that describes the origin endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOriginEndpointListConfiguration.Builder arn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
arn - The Amazon Resource Name (ARN) associated with the resource.OriginEndpointListConfiguration.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.OriginEndpointListConfiguration.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.OriginEndpointListConfiguration.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.OriginEndpointListConfiguration.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,
ContainerTypeOriginEndpointListConfiguration.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,
ContainerTypeOriginEndpointListConfiguration.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.OriginEndpointListConfiguration.Builder createdAt(Instant createdAt)
The date and time the origin endpoint was created.
createdAt - The date and time the origin endpoint was created.OriginEndpointListConfiguration.Builder modifiedAt(Instant modifiedAt)
The date and time the origin endpoint was modified.
modifiedAt - The date and time the origin endpoint was modified.OriginEndpointListConfiguration.Builder hlsManifests(Collection<ListHlsManifestConfiguration> hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
hlsManifests - An HTTP live streaming (HLS) manifest configuration.OriginEndpointListConfiguration.Builder hlsManifests(ListHlsManifestConfiguration... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
hlsManifests - An HTTP live streaming (HLS) manifest configuration.OriginEndpointListConfiguration.Builder hlsManifests(Consumer<ListHlsManifestConfiguration.Builder>... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
This is a convenience method that creates an instance of theListHlsManifestConfiguration.Builder avoiding
the need to create one manually via
ListHlsManifestConfiguration.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
ListHlsManifestConfiguration.Builder#hlsManifests(java.util.Collection) OriginEndpointListConfiguration.Builder lowLatencyHlsManifests(Collection<ListLowLatencyHlsManifestConfiguration> lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
lowLatencyHlsManifests - A low-latency HLS manifest configuration.OriginEndpointListConfiguration.Builder lowLatencyHlsManifests(ListLowLatencyHlsManifestConfiguration... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
lowLatencyHlsManifests - A low-latency HLS manifest configuration.OriginEndpointListConfiguration.Builder lowLatencyHlsManifests(Consumer<ListLowLatencyHlsManifestConfiguration.Builder>... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
This is a convenience method that creates an instance of theListLowLatencyHlsManifestConfiguration.Builder
avoiding the need to create one manually via
ListLowLatencyHlsManifestConfiguration.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
ListLowLatencyHlsManifestConfiguration.Builder#lowLatencyHlsManifests(java.util.Collection) Copyright © 2023. All rights reserved.