Interface OriginEndpointListConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OriginEndpointListConfiguration.Builder,OriginEndpointListConfiguration>,SdkBuilder<OriginEndpointListConfiguration.Builder,OriginEndpointListConfiguration>,SdkPojo
- Enclosing class:
- OriginEndpointListConfiguration
public static interface OriginEndpointListConfiguration.Builder extends SdkPojo, CopyableBuilder<OriginEndpointListConfiguration.Builder,OriginEndpointListConfiguration>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
OriginEndpointListConfiguration.Builder arn(String 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.
-
channelGroupName
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.
- 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.
-
channelName
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.
- 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.
-
originEndpointName
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerType
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContainerType,ContainerType
-
containerType
OriginEndpointListConfiguration.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContainerType,ContainerType
-
description
OriginEndpointListConfiguration.Builder description(String description)
Any descriptive information that you want to add to the origin endpoint for future identification purposes.
- Parameters:
description- Any descriptive information that you want to add to the origin endpoint for future identification purposes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
OriginEndpointListConfiguration.Builder createdAt(Instant createdAt)
The date and time the origin endpoint was created.
- Parameters:
createdAt- The date and time the origin endpoint was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedAt
OriginEndpointListConfiguration.Builder modifiedAt(Instant modifiedAt)
The date and time the origin endpoint was modified.
- Parameters:
modifiedAt- The date and time the origin endpoint was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hlsManifests
OriginEndpointListConfiguration.Builder hlsManifests(Collection<ListHlsManifestConfiguration> hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
- Parameters:
hlsManifests- An HTTP live streaming (HLS) manifest configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hlsManifests
OriginEndpointListConfiguration.Builder hlsManifests(ListHlsManifestConfiguration... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
- Parameters:
hlsManifests- An HTTP live streaming (HLS) manifest configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hlsManifests
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.Builderavoiding the need to create one manually viaListHlsManifestConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#hlsManifests(List.) - Parameters:
hlsManifests- a consumer that will call methods onListHlsManifestConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#hlsManifests(java.util.Collection)
-
lowLatencyHlsManifests
OriginEndpointListConfiguration.Builder lowLatencyHlsManifests(Collection<ListLowLatencyHlsManifestConfiguration> lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
- Parameters:
lowLatencyHlsManifests- A low-latency HLS manifest configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lowLatencyHlsManifests
OriginEndpointListConfiguration.Builder lowLatencyHlsManifests(ListLowLatencyHlsManifestConfiguration... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
- Parameters:
lowLatencyHlsManifests- A low-latency HLS manifest configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lowLatencyHlsManifests
OriginEndpointListConfiguration.Builder lowLatencyHlsManifests(Consumer<ListLowLatencyHlsManifestConfiguration.Builder>... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
This is a convenience method that creates an instance of theListLowLatencyHlsManifestConfiguration.Builderavoiding the need to create one manually viaListLowLatencyHlsManifestConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#lowLatencyHlsManifests(List.) - Parameters:
lowLatencyHlsManifests- a consumer that will call methods onListLowLatencyHlsManifestConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#lowLatencyHlsManifests(java.util.Collection)
-
dashManifests
OriginEndpointListConfiguration.Builder dashManifests(Collection<ListDashManifestConfiguration> dashManifests)
A DASH manifest configuration.
- Parameters:
dashManifests- A DASH manifest configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashManifests
OriginEndpointListConfiguration.Builder dashManifests(ListDashManifestConfiguration... dashManifests)
A DASH manifest configuration.
- Parameters:
dashManifests- A DASH manifest configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashManifests
OriginEndpointListConfiguration.Builder dashManifests(Consumer<ListDashManifestConfiguration.Builder>... dashManifests)
A DASH manifest configuration.
This is a convenience method that creates an instance of theListDashManifestConfiguration.Builderavoiding the need to create one manually viaListDashManifestConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#dashManifests(List.) - Parameters:
dashManifests- a consumer that will call methods onListDashManifestConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dashManifests(java.util.Collection)
-
forceEndpointErrorConfiguration
OriginEndpointListConfiguration.Builder forceEndpointErrorConfiguration(ForceEndpointErrorConfiguration forceEndpointErrorConfiguration)
The failover settings for the endpoint.
- Parameters:
forceEndpointErrorConfiguration- The failover settings for the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forceEndpointErrorConfiguration
default OriginEndpointListConfiguration.Builder forceEndpointErrorConfiguration(Consumer<ForceEndpointErrorConfiguration.Builder> forceEndpointErrorConfiguration)
The failover settings for the endpoint.
This is a convenience method that creates an instance of theForceEndpointErrorConfiguration.Builderavoiding the need to create one manually viaForceEndpointErrorConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toforceEndpointErrorConfiguration(ForceEndpointErrorConfiguration).- Parameters:
forceEndpointErrorConfiguration- a consumer that will call methods onForceEndpointErrorConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
forceEndpointErrorConfiguration(ForceEndpointErrorConfiguration)
-
-