Uses of Interface
software.amazon.awssdk.services.lightsail.model.BucketAccessLogConfig.Builder
-
Packages that use BucketAccessLogConfig.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of BucketAccessLogConfig.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return BucketAccessLogConfig.Builder Modifier and Type Method Description static BucketAccessLogConfig.BuilderBucketAccessLogConfig. builder()BucketAccessLogConfig.BuilderBucketAccessLogConfig.Builder. destination(String destination)The name of the bucket where the access logs are saved.BucketAccessLogConfig.BuilderBucketAccessLogConfig.Builder. enabled(Boolean enabled)A Boolean value that indicates whether bucket access logging is enabled for the bucket.BucketAccessLogConfig.BuilderBucketAccessLogConfig.Builder. prefix(String prefix)The optional object prefix for the bucket access log.BucketAccessLogConfig.BuilderBucketAccessLogConfig. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type BucketAccessLogConfig.Builder Modifier and Type Method Description static Class<? extends BucketAccessLogConfig.Builder>BucketAccessLogConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type BucketAccessLogConfig.Builder Modifier and Type Method Description default Bucket.BuilderBucket.Builder. accessLogConfig(Consumer<BucketAccessLogConfig.Builder> accessLogConfig)An object that describes the access log configuration for the bucket.default UpdateBucketRequest.BuilderUpdateBucketRequest.Builder. accessLogConfig(Consumer<BucketAccessLogConfig.Builder> accessLogConfig)An object that describes the access log configuration for the bucket.
-