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