| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancing.model |
| Modifier and Type | Method and Description |
|---|---|
static AccessLog.Builder |
AccessLog.builder() |
AccessLog.Builder |
AccessLog.Builder.emitInterval(Integer emitInterval)
The interval for publishing the access logs.
|
AccessLog.Builder |
AccessLog.Builder.enabled(Boolean enabled)
Specifies whether access logs are enabled for the load balancer.
|
AccessLog.Builder |
AccessLog.Builder.s3BucketName(String s3BucketName)
The name of the Amazon S3 bucket where the access logs are stored.
|
AccessLog.Builder |
AccessLog.Builder.s3BucketPrefix(String s3BucketPrefix)
The logical hierarchy you created for your Amazon S3 bucket, for example
my-bucket-prefix/prod. |
AccessLog.Builder |
AccessLog.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccessLog.Builder> |
AccessLog.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LoadBalancerAttributes.Builder |
LoadBalancerAttributes.Builder.accessLog(Consumer<AccessLog.Builder> accessLog)
If enabled, the load balancer captures detailed information of all requests and delivers the information to
the Amazon S3 bucket that you specify.
|
Copyright © 2023. All rights reserved.