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.BuilderLoggingConfig.Builder. bucket(String bucket)The Amazon S3 bucket to store the access logs in, for example,amzn-s3-demo-bucket.s3.amazonaws.com.static LoggingConfig.BuilderLoggingConfig. builder()LoggingConfig.BuilderLoggingConfig.Builder. enabled(Boolean enabled)Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.LoggingConfig.BuilderLoggingConfig.Builder. includeCookies(Boolean includeCookies)Specifies whether you want CloudFront to include cookies in access logs, specifytrueforIncludeCookies.LoggingConfig.BuilderLoggingConfig.Builder. prefix(String prefix)An optional string that you want CloudFront to prefix to the access logfilenamesfor this distribution, for example,myprefix/.LoggingConfig.BuilderLoggingConfig. 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.BuilderDistributionConfig.Builder. logging(Consumer<LoggingConfig.Builder> logging)A complex type that controls whether access logs are written for the distribution.
-