Interface UpdateOriginEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateOriginEndpointResponse.Builder,UpdateOriginEndpointResponse>,MediaPackageV2Response.Builder,SdkBuilder<UpdateOriginEndpointResponse.Builder,UpdateOriginEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateOriginEndpointResponse
public static interface UpdateOriginEndpointResponse.Builder extends MediaPackageV2Response.Builder, SdkPojo, CopyableBuilder<UpdateOriginEndpointResponse.Builder,UpdateOriginEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateOriginEndpointResponse.Builderarn(String arn)The ARN associated with the resource.UpdateOriginEndpointResponse.BuilderchannelGroupName(String channelGroupName)The name that describes the channel group.UpdateOriginEndpointResponse.BuilderchannelName(String channelName)The name that describes the channel.UpdateOriginEndpointResponse.BuildercontainerType(String containerType)The type of container attached to this origin endpoint.UpdateOriginEndpointResponse.BuildercontainerType(ContainerType containerType)The type of container attached to this origin endpoint.UpdateOriginEndpointResponse.BuildercreatedAt(Instant createdAt)The date and time the origin endpoint was created.UpdateOriginEndpointResponse.BuilderdashManifests(Collection<GetDashManifestConfiguration> dashManifests)A DASH manifest configuration.UpdateOriginEndpointResponse.BuilderdashManifests(Consumer<GetDashManifestConfiguration.Builder>... dashManifests)A DASH manifest configuration.UpdateOriginEndpointResponse.BuilderdashManifests(GetDashManifestConfiguration... dashManifests)A DASH manifest configuration.UpdateOriginEndpointResponse.Builderdescription(String description)The description of the origin endpoint.UpdateOriginEndpointResponse.BuildereTag(String eTag)The current Entity Tag (ETag) associated with this resource.default UpdateOriginEndpointResponse.BuilderforceEndpointErrorConfiguration(Consumer<ForceEndpointErrorConfiguration.Builder> forceEndpointErrorConfiguration)The failover settings for the endpoint.UpdateOriginEndpointResponse.BuilderforceEndpointErrorConfiguration(ForceEndpointErrorConfiguration forceEndpointErrorConfiguration)The failover settings for the endpoint.UpdateOriginEndpointResponse.BuilderhlsManifests(Collection<GetHlsManifestConfiguration> hlsManifests)An HTTP live streaming (HLS) manifest configuration.UpdateOriginEndpointResponse.BuilderhlsManifests(Consumer<GetHlsManifestConfiguration.Builder>... hlsManifests)An HTTP live streaming (HLS) manifest configuration.UpdateOriginEndpointResponse.BuilderhlsManifests(GetHlsManifestConfiguration... hlsManifests)An HTTP live streaming (HLS) manifest configuration.UpdateOriginEndpointResponse.BuilderlowLatencyHlsManifests(Collection<GetLowLatencyHlsManifestConfiguration> lowLatencyHlsManifests)A low-latency HLS manifest configuration.UpdateOriginEndpointResponse.BuilderlowLatencyHlsManifests(Consumer<GetLowLatencyHlsManifestConfiguration.Builder>... lowLatencyHlsManifests)A low-latency HLS manifest configuration.UpdateOriginEndpointResponse.BuilderlowLatencyHlsManifests(GetLowLatencyHlsManifestConfiguration... lowLatencyHlsManifests)A low-latency HLS manifest configuration.UpdateOriginEndpointResponse.BuildermodifiedAt(Instant modifiedAt)The date and time the origin endpoint was modified.UpdateOriginEndpointResponse.BuilderoriginEndpointName(String originEndpointName)The name that describes the origin endpoint.default UpdateOriginEndpointResponse.Buildersegment(Consumer<Segment.Builder> segment)The segment configuration, including the segment name, duration, and other configuration values.UpdateOriginEndpointResponse.Buildersegment(Segment segment)The segment configuration, including the segment name, duration, and other configuration values.UpdateOriginEndpointResponse.BuilderstartoverWindowSeconds(Integer startoverWindowSeconds)The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing.UpdateOriginEndpointResponse.Buildertags(Map<String,String> tags)The comma-separated list of tag key:value pairs assigned to the origin endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediapackagev2.model.MediaPackageV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
UpdateOriginEndpointResponse.Builder arn(String arn)
The ARN associated with the resource.
- Parameters:
arn- The ARN associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelGroupName
UpdateOriginEndpointResponse.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
UpdateOriginEndpointResponse.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
UpdateOriginEndpointResponse.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
UpdateOriginEndpointResponse.Builder containerType(String containerType)
The type of container attached to this origin endpoint.
- Parameters:
containerType- The type of container attached to this origin endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContainerType,ContainerType
-
containerType
UpdateOriginEndpointResponse.Builder containerType(ContainerType containerType)
The type of container attached to this origin endpoint.
- Parameters:
containerType- The type of container attached to this origin endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContainerType,ContainerType
-
segment
UpdateOriginEndpointResponse.Builder segment(Segment segment)
The segment configuration, including the segment name, duration, and other configuration values.
- Parameters:
segment- The segment configuration, including the segment name, duration, and other configuration values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segment
default UpdateOriginEndpointResponse.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.Builderavoiding the need to create one manually viaSegment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosegment(Segment).- Parameters:
segment- a consumer that will call methods onSegment.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
segment(Segment)
-
createdAt
UpdateOriginEndpointResponse.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
UpdateOriginEndpointResponse.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.
-
description
UpdateOriginEndpointResponse.Builder description(String description)
The description of the origin endpoint.
- Parameters:
description- The description of the origin endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startoverWindowSeconds
UpdateOriginEndpointResponse.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hlsManifests
UpdateOriginEndpointResponse.Builder hlsManifests(Collection<GetHlsManifestConfiguration> 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
UpdateOriginEndpointResponse.Builder hlsManifests(GetHlsManifestConfiguration... 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
UpdateOriginEndpointResponse.Builder hlsManifests(Consumer<GetHlsManifestConfiguration.Builder>... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
This is a convenience method that creates an instance of theGetHlsManifestConfiguration.Builderavoiding the need to create one manually viaGetHlsManifestConfiguration.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 onGetHlsManifestConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#hlsManifests(java.util.Collection)
-
lowLatencyHlsManifests
UpdateOriginEndpointResponse.Builder lowLatencyHlsManifests(Collection<GetLowLatencyHlsManifestConfiguration> 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
UpdateOriginEndpointResponse.Builder lowLatencyHlsManifests(GetLowLatencyHlsManifestConfiguration... 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
UpdateOriginEndpointResponse.Builder lowLatencyHlsManifests(Consumer<GetLowLatencyHlsManifestConfiguration.Builder>... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
This is a convenience method that creates an instance of theGetLowLatencyHlsManifestConfiguration.Builderavoiding the need to create one manually viaGetLowLatencyHlsManifestConfiguration.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 onGetLowLatencyHlsManifestConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#lowLatencyHlsManifests(java.util.Collection)
-
forceEndpointErrorConfiguration
UpdateOriginEndpointResponse.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 UpdateOriginEndpointResponse.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)
-
eTag
UpdateOriginEndpointResponse.Builder eTag(String eTag)
The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
- Parameters:
eTag- The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
UpdateOriginEndpointResponse.Builder tags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the origin endpoint.
- Parameters:
tags- The comma-separated list of tag key:value pairs assigned to the origin endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashManifests
UpdateOriginEndpointResponse.Builder dashManifests(Collection<GetDashManifestConfiguration> 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
UpdateOriginEndpointResponse.Builder dashManifests(GetDashManifestConfiguration... 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
UpdateOriginEndpointResponse.Builder dashManifests(Consumer<GetDashManifestConfiguration.Builder>... dashManifests)
A DASH manifest configuration.
This is a convenience method that creates an instance of theGetDashManifestConfiguration.Builderavoiding the need to create one manually viaGetDashManifestConfiguration.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 onGetDashManifestConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dashManifests(java.util.Collection)
-
-