public static interface GetOriginEndpointResponse.Builder extends MediaPackageV2Response.Builder, SdkPojo, CopyableBuilder<GetOriginEndpointResponse.Builder,GetOriginEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
GetOriginEndpointResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
GetOriginEndpointResponse.Builder |
channelGroupName(String channelGroupName)
The name that describes the channel group.
|
GetOriginEndpointResponse.Builder |
channelName(String channelName)
The name that describes the channel.
|
GetOriginEndpointResponse.Builder |
containerType(ContainerType containerType)
The type of container attached to this origin endpoint.
|
GetOriginEndpointResponse.Builder |
containerType(String containerType)
The type of container attached to this origin endpoint.
|
GetOriginEndpointResponse.Builder |
createdAt(Instant createdAt)
The date and time the origin endpoint was created.
|
GetOriginEndpointResponse.Builder |
description(String description)
The description for your origin endpoint.
|
GetOriginEndpointResponse.Builder |
hlsManifests(Collection<GetHlsManifestConfiguration> hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
GetOriginEndpointResponse.Builder |
hlsManifests(Consumer<GetHlsManifestConfiguration.Builder>... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
GetOriginEndpointResponse.Builder |
hlsManifests(GetHlsManifestConfiguration... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
GetOriginEndpointResponse.Builder |
lowLatencyHlsManifests(Collection<GetLowLatencyHlsManifestConfiguration> lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
GetOriginEndpointResponse.Builder |
lowLatencyHlsManifests(Consumer<GetLowLatencyHlsManifestConfiguration.Builder>... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
GetOriginEndpointResponse.Builder |
lowLatencyHlsManifests(GetLowLatencyHlsManifestConfiguration... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
GetOriginEndpointResponse.Builder |
modifiedAt(Instant modifiedAt)
The date and time the origin endpoint was modified.
|
GetOriginEndpointResponse.Builder |
originEndpointName(String originEndpointName)
The name that describes the origin endpoint.
|
default GetOriginEndpointResponse.Builder |
segment(Consumer<Segment.Builder> segment)
Sets the value of the Segment property for this object.
|
GetOriginEndpointResponse.Builder |
segment(Segment segment)
Sets the value of the Segment property for this object.
|
GetOriginEndpointResponse.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.
|
GetOriginEndpointResponse.Builder |
tags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the origin endpoint.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetOriginEndpointResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
arn - The Amazon Resource Name (ARN) associated with the resource.GetOriginEndpointResponse.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.GetOriginEndpointResponse.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.GetOriginEndpointResponse.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.GetOriginEndpointResponse.Builder containerType(String containerType)
The type of container attached to this origin endpoint.
containerType - The type of container attached to this origin endpoint.ContainerType,
ContainerTypeGetOriginEndpointResponse.Builder containerType(ContainerType containerType)
The type of container attached to this origin endpoint.
containerType - The type of container attached to this origin endpoint.ContainerType,
ContainerTypeGetOriginEndpointResponse.Builder segment(Segment segment)
segment - The new value for the Segment property for this object.default GetOriginEndpointResponse.Builder segment(Consumer<Segment.Builder> segment)
Segment.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)GetOriginEndpointResponse.Builder createdAt(Instant createdAt)
The date and time the origin endpoint was created.
createdAt - The date and time the origin endpoint was created.GetOriginEndpointResponse.Builder modifiedAt(Instant modifiedAt)
The date and time the origin endpoint was modified.
modifiedAt - The date and time the origin endpoint was modified.GetOriginEndpointResponse.Builder description(String description)
The description for your origin endpoint.
description - The description for your origin endpoint.GetOriginEndpointResponse.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.
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.GetOriginEndpointResponse.Builder hlsManifests(Collection<GetHlsManifestConfiguration> hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
hlsManifests - An HTTP live streaming (HLS) manifest configuration.GetOriginEndpointResponse.Builder hlsManifests(GetHlsManifestConfiguration... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
hlsManifests - An HTTP live streaming (HLS) manifest configuration.GetOriginEndpointResponse.Builder hlsManifests(Consumer<GetHlsManifestConfiguration.Builder>... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
This is a convenience method that creates an instance of theGetHlsManifestConfiguration.Builder avoiding the
need to create one manually via
GetHlsManifestConfiguration.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
GetHlsManifestConfiguration.Builder#hlsManifests(java.util.Collection) GetOriginEndpointResponse.Builder lowLatencyHlsManifests(Collection<GetLowLatencyHlsManifestConfiguration> lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
lowLatencyHlsManifests - A low-latency HLS manifest configuration.GetOriginEndpointResponse.Builder lowLatencyHlsManifests(GetLowLatencyHlsManifestConfiguration... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
lowLatencyHlsManifests - A low-latency HLS manifest configuration.GetOriginEndpointResponse.Builder lowLatencyHlsManifests(Consumer<GetLowLatencyHlsManifestConfiguration.Builder>... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
This is a convenience method that creates an instance of theGetLowLatencyHlsManifestConfiguration.Builder
avoiding the need to create one manually via
GetLowLatencyHlsManifestConfiguration.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
GetLowLatencyHlsManifestConfiguration.Builder#lowLatencyHlsManifests(java.util.Collection) GetOriginEndpointResponse.Builder tags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the origin endpoint.
tags - The comma-separated list of tag key:value pairs assigned to the origin endpoint.Copyright © 2023. All rights reserved.