@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateOriginEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateOriginEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateOriginEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Authorization |
getAuthorization() |
CmafPackageCreateOrUpdateParameters |
getCmafPackage() |
DashPackage |
getDashPackage() |
String |
getDescription()
A short text description of the OriginEndpoint.
|
HlsPackage |
getHlsPackage() |
String |
getId()
The ID of the OriginEndpoint to update.
|
String |
getManifestName()
A short string that will be appended to the end of the Endpoint URL.
|
MssPackage |
getMssPackage() |
String |
getOrigination()
Control whether origination of video is allowed for this OriginEndpoint.
|
Integer |
getStartoverWindowSeconds()
Maximum duration (in seconds) of content to retain for startover playback.
|
Integer |
getTimeDelaySeconds()
Amount of delay (in seconds) to enforce on the playback of live content.
|
List<String> |
getWhitelist()
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
int |
hashCode() |
void |
setAuthorization(Authorization authorization) |
void |
setCmafPackage(CmafPackageCreateOrUpdateParameters cmafPackage) |
void |
setDashPackage(DashPackage dashPackage) |
void |
setDescription(String description)
A short text description of the OriginEndpoint.
|
void |
setHlsPackage(HlsPackage hlsPackage) |
void |
setId(String id)
The ID of the OriginEndpoint to update.
|
void |
setManifestName(String manifestName)
A short string that will be appended to the end of the Endpoint URL.
|
void |
setMssPackage(MssPackage mssPackage) |
void |
setOrigination(String origination)
Control whether origination of video is allowed for this OriginEndpoint.
|
void |
setStartoverWindowSeconds(Integer startoverWindowSeconds)
Maximum duration (in seconds) of content to retain for startover playback.
|
void |
setTimeDelaySeconds(Integer timeDelaySeconds)
Amount of delay (in seconds) to enforce on the playback of live content.
|
void |
setWhitelist(Collection<String> whitelist)
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
String |
toString()
Returns a string representation of this object.
|
UpdateOriginEndpointRequest |
withAuthorization(Authorization authorization) |
UpdateOriginEndpointRequest |
withCmafPackage(CmafPackageCreateOrUpdateParameters cmafPackage) |
UpdateOriginEndpointRequest |
withDashPackage(DashPackage dashPackage) |
UpdateOriginEndpointRequest |
withDescription(String description)
A short text description of the OriginEndpoint.
|
UpdateOriginEndpointRequest |
withHlsPackage(HlsPackage hlsPackage) |
UpdateOriginEndpointRequest |
withId(String id)
The ID of the OriginEndpoint to update.
|
UpdateOriginEndpointRequest |
withManifestName(String manifestName)
A short string that will be appended to the end of the Endpoint URL.
|
UpdateOriginEndpointRequest |
withMssPackage(MssPackage mssPackage) |
UpdateOriginEndpointRequest |
withOrigination(Origination origination)
Control whether origination of video is allowed for this OriginEndpoint.
|
UpdateOriginEndpointRequest |
withOrigination(String origination)
Control whether origination of video is allowed for this OriginEndpoint.
|
UpdateOriginEndpointRequest |
withStartoverWindowSeconds(Integer startoverWindowSeconds)
Maximum duration (in seconds) of content to retain for startover playback.
|
UpdateOriginEndpointRequest |
withTimeDelaySeconds(Integer timeDelaySeconds)
Amount of delay (in seconds) to enforce on the playback of live content.
|
UpdateOriginEndpointRequest |
withWhitelist(Collection<String> whitelist)
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
UpdateOriginEndpointRequest |
withWhitelist(String... whitelist)
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAuthorization(Authorization authorization)
authorization
- public Authorization getAuthorization()
public UpdateOriginEndpointRequest withAuthorization(Authorization authorization)
authorization
- public void setCmafPackage(CmafPackageCreateOrUpdateParameters cmafPackage)
cmafPackage
- public CmafPackageCreateOrUpdateParameters getCmafPackage()
public UpdateOriginEndpointRequest withCmafPackage(CmafPackageCreateOrUpdateParameters cmafPackage)
cmafPackage
- public void setDashPackage(DashPackage dashPackage)
dashPackage
- public DashPackage getDashPackage()
public UpdateOriginEndpointRequest withDashPackage(DashPackage dashPackage)
dashPackage
- public void setDescription(String description)
description
- A short text description of the OriginEndpoint.public String getDescription()
public UpdateOriginEndpointRequest withDescription(String description)
description
- A short text description of the OriginEndpoint.public void setHlsPackage(HlsPackage hlsPackage)
hlsPackage
- public HlsPackage getHlsPackage()
public UpdateOriginEndpointRequest withHlsPackage(HlsPackage hlsPackage)
hlsPackage
- public void setId(String id)
id
- The ID of the OriginEndpoint to update.public String getId()
public UpdateOriginEndpointRequest withId(String id)
id
- The ID of the OriginEndpoint to update.public void setManifestName(String manifestName)
manifestName
- A short string that will be appended to the end of the Endpoint URL.public String getManifestName()
public UpdateOriginEndpointRequest withManifestName(String manifestName)
manifestName
- A short string that will be appended to the end of the Endpoint URL.public void setMssPackage(MssPackage mssPackage)
mssPackage
- public MssPackage getMssPackage()
public UpdateOriginEndpointRequest withMssPackage(MssPackage mssPackage)
mssPackage
- public void setOrigination(String origination)
origination
- Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the
OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the
OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily
disabling originationOrigination
public String getOrigination()
Origination
public UpdateOriginEndpointRequest withOrigination(String origination)
origination
- Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the
OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the
OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily
disabling originationOrigination
public UpdateOriginEndpointRequest withOrigination(Origination origination)
origination
- Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the
OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the
OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily
disabling originationOrigination
public void setStartoverWindowSeconds(Integer startoverWindowSeconds)
startoverWindowSeconds
- Maximum duration (in seconds) of content to retain for startover playback. If not specified, startover
playback will be disabled for the OriginEndpoint.public Integer getStartoverWindowSeconds()
public UpdateOriginEndpointRequest withStartoverWindowSeconds(Integer startoverWindowSeconds)
startoverWindowSeconds
- Maximum duration (in seconds) of content to retain for startover playback. If not specified, startover
playback will be disabled for the OriginEndpoint.public void setTimeDelaySeconds(Integer timeDelaySeconds)
timeDelaySeconds
- Amount of delay (in seconds) to enforce on the playback of live content. If not specified, there will be
no time delay in effect for the OriginEndpoint.public Integer getTimeDelaySeconds()
public UpdateOriginEndpointRequest withTimeDelaySeconds(Integer timeDelaySeconds)
timeDelaySeconds
- Amount of delay (in seconds) to enforce on the playback of live content. If not specified, there will be
no time delay in effect for the OriginEndpoint.public List<String> getWhitelist()
public void setWhitelist(Collection<String> whitelist)
whitelist
- A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.public UpdateOriginEndpointRequest withWhitelist(String... whitelist)
NOTE: This method appends the values to the existing list (if any). Use
setWhitelist(java.util.Collection)
or withWhitelist(java.util.Collection)
if you want to
override the existing values.
whitelist
- A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.public UpdateOriginEndpointRequest withWhitelist(Collection<String> whitelist)
whitelist
- A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.public String toString()
toString
in class Object
Object.toString()
public UpdateOriginEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()