| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
StreamingLoggingConfig.Builder |
StreamingLoggingConfig.Builder.bucket(String bucket)
The Amazon S3 bucket to store the access logs in, for example,
myawslogbucket.s3.amazonaws.com. |
static StreamingLoggingConfig.Builder |
StreamingLoggingConfig.builder() |
StreamingLoggingConfig.Builder |
StreamingLoggingConfig.Builder.enabled(Boolean enabled)
Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.
|
StreamingLoggingConfig.Builder |
StreamingLoggingConfig.Builder.prefix(String prefix)
An optional string that you want CloudFront to prefix to the access log filenames for this streaming
distribution, for example,
myprefix/. |
StreamingLoggingConfig.Builder |
StreamingLoggingConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StreamingLoggingConfig.Builder> |
StreamingLoggingConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StreamingDistributionConfig.Builder |
StreamingDistributionConfig.Builder.logging(Consumer<StreamingLoggingConfig.Builder> logging)
A complex type that controls whether access logs are written for the streaming distribution.
|
Copyright © 2021. All rights reserved.