| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
OriginEndpoint.Builder |
OriginEndpoint.Builder.arn(String arn)
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.authorization(Authorization authorization)
Sets the value of the Authorization property for this object.
|
default OriginEndpoint.Builder |
OriginEndpoint.Builder.authorization(Consumer<Authorization.Builder> authorization)
Sets the value of the Authorization property for this object.
|
static OriginEndpoint.Builder |
OriginEndpoint.builder() |
OriginEndpoint.Builder |
OriginEndpoint.Builder.channelId(String channelId)
The ID of the Channel the OriginEndpoint is associated with.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.cmafPackage(CmafPackage cmafPackage)
Sets the value of the CmafPackage property for this object.
|
default OriginEndpoint.Builder |
OriginEndpoint.Builder.cmafPackage(Consumer<CmafPackage.Builder> cmafPackage)
Sets the value of the CmafPackage property for this object.
|
default OriginEndpoint.Builder |
OriginEndpoint.Builder.dashPackage(Consumer<DashPackage.Builder> dashPackage)
Sets the value of the DashPackage property for this object.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.dashPackage(DashPackage dashPackage)
Sets the value of the DashPackage property for this object.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.description(String description)
A short text description of the OriginEndpoint.
|
default OriginEndpoint.Builder |
OriginEndpoint.Builder.hlsPackage(Consumer<HlsPackage.Builder> hlsPackage)
Sets the value of the HlsPackage property for this object.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.hlsPackage(HlsPackage hlsPackage)
Sets the value of the HlsPackage property for this object.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.id(String id)
The ID of the OriginEndpoint.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.manifestName(String manifestName)
A short string appended to the end of the OriginEndpoint URL.
|
default OriginEndpoint.Builder |
OriginEndpoint.Builder.mssPackage(Consumer<MssPackage.Builder> mssPackage)
Sets the value of the MssPackage property for this object.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.mssPackage(MssPackage mssPackage)
Sets the value of the MssPackage property for this object.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.origination(Origination origination)
Control whether origination of video is allowed for this OriginEndpoint.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.origination(String origination)
Control whether origination of video is allowed for this OriginEndpoint.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.startoverWindowSeconds(Integer startoverWindowSeconds)
Maximum duration (seconds) of content to retain for startover playback.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.timeDelaySeconds(Integer timeDelaySeconds)
Amount of delay (seconds) to enforce on the playback of live content.
|
OriginEndpoint.Builder |
OriginEndpoint.toBuilder() |
OriginEndpoint.Builder |
OriginEndpoint.Builder.url(String url)
The URL of the packaged OriginEndpoint for consumption.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.whitelist(Collection<String> whitelist)
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.whitelist(String... whitelist)
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OriginEndpoint.Builder> |
OriginEndpoint.serializableBuilderClass() |
Copyright © 2021. All rights reserved.