@Generated(value="software.amazon.awssdk:codegen") public final class StreamingDistribution extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamingDistribution.Builder,StreamingDistribution>
A streaming distribution tells CloudFront where you want RTMP content to be delivered from, and the details about how to track and manage content delivery.
Modifier and Type | Class and Description |
---|---|
static interface |
StreamingDistribution.Builder |
Modifier and Type | Method and Description |
---|---|
ActiveTrustedSigners |
activeTrustedSigners()
A complex type that lists the accounts, if any, that you included in the
TrustedSigners complex type
for this distribution. |
String |
arn()
The ARN (Amazon Resource Name) for the distribution.
|
static StreamingDistribution.Builder |
builder() |
String |
domainName()
The domain name that corresponds to the streaming distribution, for example,
s5c39gqb8ow64r.cloudfront.net . |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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.
|
List<SdkField<?>> |
sdkFields() |
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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String id()
The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE
.
EGTXBD79EXAMPLE
.public final String arn()
The ARN (Amazon Resource Name) for the distribution. For example:
arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5
, where 123456789012
is
your account ID.
arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5
, where
123456789012
is your account ID.public final 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 final Instant lastModifiedTime()
The date and time that the distribution was last modified.
public final String domainName()
The domain name that corresponds to the streaming distribution, for example,
s5c39gqb8ow64r.cloudfront.net
.
s5c39gqb8ow64r.cloudfront.net
.public final ActiveTrustedSigners activeTrustedSigners()
A complex type that lists the 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 account number of the trusted signer or self
if the
signer is the 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 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 account number of the trusted signer or self
if the signer is the 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 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 final StreamingDistributionConfig streamingDistributionConfig()
The current configuration information for the RTMP distribution.
public StreamingDistribution.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<StreamingDistribution.Builder,StreamingDistribution>
public static StreamingDistribution.Builder builder()
public static Class<? extends StreamingDistribution.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.