Java com.amazonaws.services.cloudfront.model StreamingDistributionConfig fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudfront.model StreamingDistributionConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudfront.model StreamingDistributionConfig.

The text is from its open source code.

Constructor

StreamingDistributionConfig(String callerReference, S3Origin s3Origin, Boolean enabled)
Constructs a new StreamingDistributionConfig object.
StreamingDistributionConfig()
Default constructor for StreamingDistributionConfig object.

Method

AliasesgetAliases()

A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

StringgetCallerReference()

A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

StreamingLoggingConfiggetLogging()

A complex type that controls whether access logs are written for the streaming distribution.

voidsetEnabled(Boolean enabled)

Whether the streaming distribution is enabled to accept user requests for content.

voidsetLogging(StreamingLoggingConfig logging)

A complex type that controls whether access logs are written for the streaming distribution.