CopyableBuilder<AccessLog.Builder,AccessLog>, SdkBuilder<AccessLog.Builder,AccessLog>public static interface AccessLog.Builder extends CopyableBuilder<AccessLog.Builder,AccessLog>
| Modifier and Type | Method | Description |
|---|---|---|
AccessLog.Builder |
emitInterval(Integer emitInterval) |
The interval for publishing the access logs.
|
AccessLog.Builder |
enabled(Boolean enabled) |
Specifies whether access logs are enabled for the load balancer.
|
AccessLog.Builder |
s3BucketName(String s3BucketName) |
The name of the Amazon S3 bucket where the access logs are stored.
|
AccessLog.Builder |
s3BucketPrefix(String s3BucketPrefix) |
The logical hierarchy you created for your Amazon S3 bucket, for example
my-bucket-prefix/prod. |
copyapply, buildAccessLog.Builder enabled(Boolean enabled)
Specifies whether access logs are enabled for the load balancer.
enabled - Specifies whether access logs are enabled for the load balancer.AccessLog.Builder s3BucketName(String s3BucketName)
The name of the Amazon S3 bucket where the access logs are stored.
s3BucketName - The name of the Amazon S3 bucket where the access logs are stored.AccessLog.Builder emitInterval(Integer emitInterval)
The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
emitInterval - The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60
minutes.
Default: 60 minutes
AccessLog.Builder s3BucketPrefix(String s3BucketPrefix)
The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod.
If the prefix is not provided, the log is placed at the root level of the bucket.
s3BucketPrefix - The logical hierarchy you created for your Amazon S3 bucket, for example
my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level
of the bucket.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.