@Generated(value="software.amazon.awssdk:codegen") public final class StreamingDistribution extends Object implements ToCopyableBuilder<StreamingDistribution.Builder,StreamingDistribution>
A streaming distribution.
Modifier and Type | Class and Description |
---|---|
static interface |
StreamingDistribution.Builder |
Modifier and Type | Method and Description |
---|---|
ActiveTrustedSigners |
activeTrustedSigners()
A complex type that lists the AWS accounts, if any, that you included in the
TrustedSigners complex
type for this distribution. |
String |
arn()
Returns the value of the ARN property for this object.
|
static StreamingDistribution.Builder |
builder() |
String |
domainName()
The domain name that corresponds to the streaming distribution, for example,
s5c39gqb8ow64r.cloudfront.net . |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier for the RTMP distribution.
|
Instant |
lastModifiedTime()
The date and time that the distribution was last modified.
|
static Class<? extends StreamingDistribution.Builder> |
serializableBuilderClass() |
String |
status()
The current status of the RTMP distribution.
|
StreamingDistributionConfig |
streamingDistributionConfig()
The current configuration information for the RTMP distribution.
|
StreamingDistribution.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String id()
The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE
.
EGTXBD79EXAMPLE
.public String arn()
public String status()
The current status of the RTMP distribution. When the status is Deployed
, the distribution's
information is propagated to all CloudFront edge locations.
Deployed
, the distribution's
information is propagated to all CloudFront edge locations.public Instant lastModifiedTime()
The date and time that the distribution was last modified.
public String domainName()
The domain name that corresponds to the streaming distribution, for example,
s5c39gqb8ow64r.cloudfront.net
.
s5c39gqb8ow64r.cloudfront.net
.public ActiveTrustedSigners activeTrustedSigners()
A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners
complex
type for this distribution. These are the accounts that you want to allow to create signed URLs for private
content.
The Signer
complex type lists the AWS account number of the trusted signer or self
if
the signer is the AWS account that created the distribution. The Signer
element also includes the
IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no
KeyPairId
element appears for a Signer
, that signer can't create signed URLs.
For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
TrustedSigners
complex type for this distribution. These are the accounts that you want to allow to create signed URLs
for private content.
The Signer
complex type lists the AWS account number of the trusted signer or
self
if the signer is the AWS account that created the distribution. The Signer
element also includes the IDs of any active CloudFront key pairs that are associated with the trusted
signer's AWS account. If no KeyPairId
element appears for a Signer
, that signer
can't create signed URLs.
For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
public StreamingDistributionConfig streamingDistributionConfig()
The current configuration information for the RTMP distribution.
public StreamingDistribution.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StreamingDistribution.Builder,StreamingDistribution>
public static StreamingDistribution.Builder builder()
public static Class<? extends StreamingDistribution.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.