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