| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static BucketAccessLogConfig.Builder |
BucketAccessLogConfig.builder() |
BucketAccessLogConfig.Builder |
BucketAccessLogConfig.Builder.destination(String destination)
The name of the bucket where the access logs are saved.
|
BucketAccessLogConfig.Builder |
BucketAccessLogConfig.Builder.enabled(Boolean enabled)
A Boolean value that indicates whether bucket access logging is enabled for the bucket.
|
BucketAccessLogConfig.Builder |
BucketAccessLogConfig.Builder.prefix(String prefix)
The optional object prefix for the bucket access log.
|
BucketAccessLogConfig.Builder |
BucketAccessLogConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BucketAccessLogConfig.Builder> |
BucketAccessLogConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Bucket.Builder |
Bucket.Builder.accessLogConfig(Consumer<BucketAccessLogConfig.Builder> accessLogConfig)
An object that describes the access log configuration for the bucket.
|
default UpdateBucketRequest.Builder |
UpdateBucketRequest.Builder.accessLogConfig(Consumer<BucketAccessLogConfig.Builder> accessLogConfig)
An object that describes the access log configuration for the bucket.
|
Copyright © 2022. All rights reserved.