public static interface AwsElbLoadBalancerAccessLog.Builder extends SdkPojo, CopyableBuilder<AwsElbLoadBalancerAccessLog.Builder,AwsElbLoadBalancerAccessLog>
| Modifier and Type | Method and Description |
|---|---|
AwsElbLoadBalancerAccessLog.Builder |
emitInterval(Integer emitInterval)
The interval in minutes for publishing the access logs.
|
AwsElbLoadBalancerAccessLog.Builder |
enabled(Boolean enabled)
Indicates whether access logs are enabled for the load balancer.
|
AwsElbLoadBalancerAccessLog.Builder |
s3BucketName(String s3BucketName)
The name of the S3 bucket where the access logs are stored.
|
AwsElbLoadBalancerAccessLog.Builder |
s3BucketPrefix(String s3BucketPrefix)
The logical hierarchy that was created for the S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsElbLoadBalancerAccessLog.Builder emitInterval(Integer emitInterval)
The interval in minutes for publishing the access logs.
You can publish access logs either every 5 minutes or every 60 minutes.
emitInterval - The interval in minutes for publishing the access logs.
You can publish access logs either every 5 minutes or every 60 minutes.
AwsElbLoadBalancerAccessLog.Builder enabled(Boolean enabled)
Indicates whether access logs are enabled for the load balancer.
enabled - Indicates whether access logs are enabled for the load balancer.AwsElbLoadBalancerAccessLog.Builder s3BucketName(String s3BucketName)
The name of the S3 bucket where the access logs are stored.
s3BucketName - The name of the S3 bucket where the access logs are stored.AwsElbLoadBalancerAccessLog.Builder s3BucketPrefix(String s3BucketPrefix)
The logical hierarchy that was created for the S3 bucket.
If a prefix is not provided, the log is placed at the root level of the bucket.
s3BucketPrefix - The logical hierarchy that was created for the S3 bucket.
If a prefix is not provided, the log is placed at the root level of the bucket.
Copyright © 2023. All rights reserved.