Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Classes modeling the various types represented by AmazonElasticLoadBalancing.
|
Modifier and Type | Method and Description |
---|---|
AccessLog |
LoadBalancerAttributes.getAccessLog()
The name of the load balancer attribute.
|
AccessLog |
AccessLog.withEmitInterval(Integer emitInterval)
The interval for publishing the access logs.
|
AccessLog |
AccessLog.withEnabled(Boolean enabled)
Specifies whether access log is enabled for the load balancer.
|
AccessLog |
AccessLog.withS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket where the access logs are stored.
|
AccessLog |
AccessLog.withS3BucketPrefix(String s3BucketPrefix)
The logical hierarchy you created for your Amazon S3 bucket, for
example
my-bucket-prefix/prod . |
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancerAttributes.setAccessLog(AccessLog accessLog)
The name of the load balancer attribute.
|
LoadBalancerAttributes |
LoadBalancerAttributes.withAccessLog(AccessLog accessLog)
The name of the load balancer attribute.
|
Copyright © 2014. All rights reserved.