Uses of Interface
software.amazon.awssdk.services.cloudfront.model.LoggingConfig.Builder
Packages that use LoggingConfig.Builder
-
Uses of LoggingConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return LoggingConfig.BuilderModifier and TypeMethodDescriptionThe Amazon S3 bucket to store the access logs in, for example,amzn-s3-demo-bucket.s3.amazonaws.com.static LoggingConfig.BuilderLoggingConfig.builder()Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.LoggingConfig.Builder.includeCookies(Boolean includeCookies) Specifies whether you want CloudFront to include cookies in access logs, specifytrueforIncludeCookies.An optional string that you want CloudFront to prefix to the access logfilenamesfor this distribution, for example,myprefix/.LoggingConfig.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type LoggingConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LoggingConfig.Builder>LoggingConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type LoggingConfig.BuilderModifier and TypeMethodDescriptiondefault DistributionConfig.BuilderDistributionConfig.Builder.logging(Consumer<LoggingConfig.Builder> logging) A complex type that controls whether access logs are written for the distribution.