public class StreamingDistribution extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
StreamingDistribution() |
| Modifier and Type | Method and Description |
|---|---|
StreamingDistribution |
clone() |
boolean |
equals(Object obj) |
ActiveTrustedSigners |
getActiveTrustedSigners()
CloudFront automatically adds this element to the response only if you've set up the distribution to serve
private content with signed URLs.
|
String |
getARN()
The ARN (Amazon Resource Name) for the streaming distribution.
|
String |
getDomainName()
The domain name corresponding to the streaming distribution.
|
String |
getId()
The identifier for the streaming distribution.
|
Date |
getLastModifiedTime()
The date and time the distribution was last modified.
|
String |
getStatus()
The current status of the streaming distribution.
|
StreamingDistributionConfig |
getStreamingDistributionConfig()
The current configuration information for the streaming distribution.
|
int |
hashCode() |
void |
setActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
CloudFront automatically adds this element to the response only if you've set up the distribution to serve
private content with signed URLs.
|
void |
setARN(String aRN)
The ARN (Amazon Resource Name) for the streaming distribution.
|
void |
setDomainName(String domainName)
The domain name corresponding to the streaming distribution.
|
void |
setId(String id)
The identifier for the streaming distribution.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time the distribution was last modified.
|
void |
setStatus(String status)
The current status of the streaming distribution.
|
void |
setStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
The current configuration information for the streaming distribution.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StreamingDistribution |
withActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
CloudFront automatically adds this element to the response only if you've set up the distribution to serve
private content with signed URLs.
|
StreamingDistribution |
withARN(String aRN)
The ARN (Amazon Resource Name) for the streaming distribution.
|
StreamingDistribution |
withDomainName(String domainName)
The domain name corresponding to the streaming distribution.
|
StreamingDistribution |
withId(String id)
The identifier for the streaming distribution.
|
StreamingDistribution |
withLastModifiedTime(Date lastModifiedTime)
The date and time the distribution was last modified.
|
StreamingDistribution |
withStatus(String status)
The current status of the streaming distribution.
|
StreamingDistribution |
withStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
The current configuration information for the streaming distribution.
|
public void setId(String id)
id - The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.public String getId()
public StreamingDistribution withId(String id)
id - The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.public void setARN(String aRN)
aRN - The ARN (Amazon Resource Name) for the streaming distribution. For example:
arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS
account Id.public String getARN()
public StreamingDistribution withARN(String aRN)
aRN - The ARN (Amazon Resource Name) for the streaming distribution. For example:
arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS
account Id.public void setStatus(String status)
status - The current status of the streaming distribution. When the status is Deployed, the distribution's
information is fully propagated throughout the Amazon CloudFront system.public String getStatus()
public StreamingDistribution withStatus(String status)
status - The current status of the streaming distribution. When the status is Deployed, the distribution's
information is fully propagated throughout the Amazon CloudFront system.public void setLastModifiedTime(Date lastModifiedTime)
lastModifiedTime - The date and time the distribution was last modified.public Date getLastModifiedTime()
public StreamingDistribution withLastModifiedTime(Date lastModifiedTime)
lastModifiedTime - The date and time the distribution was last modified.public void setDomainName(String domainName)
domainName - The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.public String getDomainName()
public StreamingDistribution withDomainName(String domainName)
domainName - The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.public void setActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
activeTrustedSigners - CloudFront automatically adds this element to the response only if you've set up the distribution to serve
private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each
trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty
Self element if the signer is you). The Signer element also includes the IDs of any active key pairs
associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that
signer can't create working signed URLs.public ActiveTrustedSigners getActiveTrustedSigners()
public StreamingDistribution withActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
activeTrustedSigners - CloudFront automatically adds this element to the response only if you've set up the distribution to serve
private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each
trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty
Self element if the signer is you). The Signer element also includes the IDs of any active key pairs
associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that
signer can't create working signed URLs.public void setStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
streamingDistributionConfig - The current configuration information for the streaming distribution.public StreamingDistributionConfig getStreamingDistributionConfig()
public StreamingDistribution withStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
streamingDistributionConfig - The current configuration information for the streaming distribution.public String toString()
toString in class ObjectObject.toString()public StreamingDistribution clone()
Copyright © 2016. All rights reserved.