public class StreamingDistributionSummary
extends java.lang.Object
A summary of the information for an Amazon CloudFront streaming distribution.
| コンストラクタと説明 |
|---|
StreamingDistributionSummary()
Default constructor for a new StreamingDistributionSummary object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getCNAME()
The CNAMEs associated with this distribution.
|
java.lang.String |
getComment()
The comment originally specified when this distribution was created.
|
java.lang.String |
getDomainName()
The domain name corresponding to the distribution.
|
java.lang.Boolean |
getEnabled()
Whether the distribution is enabled to accept end user requests for
content.
|
java.lang.String |
getId()
The identifier for the distribution.
|
java.util.Date |
getLastModifiedTime()
The date and time the distribution was last modified.
|
S3Origin |
getS3Origin()
Your S3 origin bucket.
|
java.lang.String |
getStatus()
Indicates the current status of the distribution.
|
TrustedSigners |
getTrustedSigners()
The trusted signers of the URL.
|
int |
hashCode() |
java.lang.Boolean |
isEnabled()
Whether the distribution is enabled to accept end user requests for
content.
|
void |
setCNAME(java.util.Collection<java.lang.String> cNAME)
The CNAMEs associated with this distribution.
|
void |
setComment(java.lang.String comment)
The comment originally specified when this distribution was created.
|
void |
setDomainName(java.lang.String domainName)
The domain name corresponding to the distribution.
|
void |
setEnabled(java.lang.Boolean enabled)
Whether the distribution is enabled to accept end user requests for
content.
|
void |
setId(java.lang.String id)
The identifier for the distribution.
|
void |
setLastModifiedTime(java.util.Date lastModifiedTime)
The date and time the distribution was last modified.
|
void |
setS3Origin(S3Origin s3Origin)
Your S3 origin bucket.
|
void |
setStatus(java.lang.String status)
Indicates the current status of the distribution.
|
void |
setTrustedSigners(TrustedSigners trustedSigners)
The trusted signers of the URL.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StreamingDistributionSummary |
withCNAME(java.util.Collection<java.lang.String> cNAME)
The CNAMEs associated with this distribution.
|
StreamingDistributionSummary |
withCNAME(java.lang.String... cNAME)
The CNAMEs associated with this distribution.
|
StreamingDistributionSummary |
withComment(java.lang.String comment)
The comment originally specified when this distribution was created.
|
StreamingDistributionSummary |
withDomainName(java.lang.String domainName)
The domain name corresponding to the distribution.
|
StreamingDistributionSummary |
withEnabled(java.lang.Boolean enabled)
Whether the distribution is enabled to accept end user requests for
content.
|
StreamingDistributionSummary |
withId(java.lang.String id)
The identifier for the distribution.
|
StreamingDistributionSummary |
withLastModifiedTime(java.util.Date lastModifiedTime)
The date and time the distribution was last modified.
|
StreamingDistributionSummary |
withS3Origin(S3Origin s3Origin)
Your S3 origin bucket.
|
StreamingDistributionSummary |
withStatus(java.lang.String status)
Indicates the current status of the distribution.
|
StreamingDistributionSummary |
withTrustedSigners(TrustedSigners trustedSigners)
The trusted signers of the URL.
|
public StreamingDistributionSummary()
public java.lang.String getId()
public void setId(java.lang.String id)
id - The identifier for the distribution. For example: EDFDVBD632BHDS5.public StreamingDistributionSummary withId(java.lang.String id)
Returns a reference to this object so that method calls can be chained together.
id - The identifier for the distribution. For example: EDFDVBD632BHDS5.public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - Indicates the current status of the distribution. When the status is
Deployed, the distribution's information is fully propagated
throughout the Amazon CloudFront system.public StreamingDistributionSummary withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
status - Indicates the current status of the distribution. When the status is
Deployed, the distribution's information is fully propagated
throughout the Amazon CloudFront system.public java.util.Date getLastModifiedTime()
public void setLastModifiedTime(java.util.Date lastModifiedTime)
lastModifiedTime - The date and time the distribution was last modified.public StreamingDistributionSummary withLastModifiedTime(java.util.Date lastModifiedTime)
Returns a reference to this object so that method calls can be chained together.
lastModifiedTime - The date and time the distribution was last modified.public java.lang.String getDomainName()
public void setDomainName(java.lang.String domainName)
domainName - The domain name corresponding to the distribution. For example:
d604721fxaaqy9.cloudfront.net.public StreamingDistributionSummary withDomainName(java.lang.String domainName)
Returns a reference to this object so that method calls can be chained together.
domainName - The domain name corresponding to the distribution. For example:
d604721fxaaqy9.cloudfront.net.public S3Origin getS3Origin()
public void setS3Origin(S3Origin s3Origin)
s3Origin - Your S3 origin bucket.public StreamingDistributionSummary withS3Origin(S3Origin s3Origin)
Returns a reference to this object so that method calls can be chained together.
s3Origin - Your S3 origin bucket.public java.util.List<java.lang.String> getCNAME()
public void setCNAME(java.util.Collection<java.lang.String> cNAME)
cNAME - The CNAMEs associated with this distribution.public StreamingDistributionSummary withCNAME(java.lang.String... cNAME)
Returns a reference to this object so that method calls can be chained together.
cNAME - The CNAMEs associated with this distribution.public StreamingDistributionSummary withCNAME(java.util.Collection<java.lang.String> cNAME)
Returns a reference to this object so that method calls can be chained together.
cNAME - The CNAMEs associated with this distribution.public java.lang.String getComment()
public void setComment(java.lang.String comment)
comment - The comment originally specified when this distribution was created.public StreamingDistributionSummary withComment(java.lang.String comment)
Returns a reference to this object so that method calls can be chained together.
comment - The comment originally specified when this distribution was created.public java.lang.Boolean isEnabled()
public void setEnabled(java.lang.Boolean enabled)
enabled - Whether the distribution is enabled to accept end user requests for
content.public StreamingDistributionSummary withEnabled(java.lang.Boolean enabled)
Returns a reference to this object so that method calls can be chained together.
enabled - Whether the distribution is enabled to accept end user requests for
content.public java.lang.Boolean getEnabled()
public TrustedSigners getTrustedSigners()
public void setTrustedSigners(TrustedSigners trustedSigners)
trustedSigners - The trusted signers of the URL.public StreamingDistributionSummary withTrustedSigners(TrustedSigners trustedSigners)
Returns a reference to this object so that method calls can be chained together.
trustedSigners - The trusted signers of the URL.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object