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