| Package | Description |
|---|---|
| com.amazonaws.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
OriginEndpoint |
OriginEndpoint.addTagsEntry(String key,
String value)
Add a single Tags entry
|
OriginEndpoint |
OriginEndpoint.clearTagsEntries()
Removes all the entries added into Tags.
|
OriginEndpoint |
OriginEndpoint.clone() |
OriginEndpoint |
OriginEndpoint.withArn(String arn)
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
|
OriginEndpoint |
OriginEndpoint.withAuthorization(Authorization authorization) |
OriginEndpoint |
OriginEndpoint.withChannelId(String channelId)
The ID of the Channel the OriginEndpoint is associated with.
|
OriginEndpoint |
OriginEndpoint.withCmafPackage(CmafPackage cmafPackage) |
OriginEndpoint |
OriginEndpoint.withDashPackage(DashPackage dashPackage) |
OriginEndpoint |
OriginEndpoint.withDescription(String description)
A short text description of the OriginEndpoint.
|
OriginEndpoint |
OriginEndpoint.withHlsPackage(HlsPackage hlsPackage) |
OriginEndpoint |
OriginEndpoint.withId(String id)
The ID of the OriginEndpoint.
|
OriginEndpoint |
OriginEndpoint.withManifestName(String manifestName)
A short string appended to the end of the OriginEndpoint URL.
|
OriginEndpoint |
OriginEndpoint.withMssPackage(MssPackage mssPackage) |
OriginEndpoint |
OriginEndpoint.withOrigination(Origination origination)
Control whether origination of video is allowed for this OriginEndpoint.
|
OriginEndpoint |
OriginEndpoint.withOrigination(String origination)
Control whether origination of video is allowed for this OriginEndpoint.
|
OriginEndpoint |
OriginEndpoint.withStartoverWindowSeconds(Integer startoverWindowSeconds)
Maximum duration (seconds) of content to retain for startover playback.
|
OriginEndpoint |
OriginEndpoint.withTags(Map<String,String> tags) |
OriginEndpoint |
OriginEndpoint.withTimeDelaySeconds(Integer timeDelaySeconds)
Amount of delay (seconds) to enforce on the playback of live content.
|
OriginEndpoint |
OriginEndpoint.withUrl(String url)
The URL of the packaged OriginEndpoint for consumption.
|
OriginEndpoint |
OriginEndpoint.withWhitelist(Collection<String> whitelist)
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
OriginEndpoint |
OriginEndpoint.withWhitelist(String... whitelist)
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<OriginEndpoint> |
ListOriginEndpointsResult.getOriginEndpoints()
A list of OriginEndpoint records.
|
| Modifier and Type | Method and Description |
|---|---|
ListOriginEndpointsResult |
ListOriginEndpointsResult.withOriginEndpoints(OriginEndpoint... originEndpoints)
A list of OriginEndpoint records.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOriginEndpointsResult.setOriginEndpoints(Collection<OriginEndpoint> originEndpoints)
A list of OriginEndpoint records.
|
ListOriginEndpointsResult |
ListOriginEndpointsResult.withOriginEndpoints(Collection<OriginEndpoint> originEndpoints)
A list of OriginEndpoint records.
|
Copyright © 2020. All rights reserved.