Uses of Interface
software.amazon.awssdk.services.cloudfront.model.LoggingConfig.Builder
-
Packages that use LoggingConfig.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of LoggingConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return LoggingConfig.Builder Modifier and Type Method 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, specifytrue
forIncludeCookies
.LoggingConfig.Builder
LoggingConfig.Builder. prefix(String prefix)
An optional string that you want CloudFront to prefix to the access logfilenames
for this distribution, for example,myprefix/
.LoggingConfig.Builder
LoggingConfig. toBuilder()
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type LoggingConfig.Builder Modifier and Type Method Description static Class<? extends LoggingConfig.Builder>
LoggingConfig. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type LoggingConfig.Builder Modifier and Type Method Description default DistributionConfig.Builder
DistributionConfig.Builder. logging(Consumer<LoggingConfig.Builder> logging)
A complex type that controls whether access logs are written for the distribution.
-