Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model | |
com.amazonaws.services.elasticloadbalancing.model.transform |
Modifier and Type | Field and Description |
---|---|
private AccessLog |
LoadBalancerAttributes.accessLog
If enabled, the load balancer captures detailed information of all
requests and delivers the information to the Amazon S3 bucket that you
specify.
|
Modifier and Type | Method and Description |
---|---|
AccessLog |
AccessLog.clone() |
AccessLog |
LoadBalancerAttributes.getAccessLog()
If enabled, the load balancer captures detailed information of all
requests and delivers the information to the Amazon S3 bucket that you
specify.
|
AccessLog |
AccessLog.withEmitInterval(java.lang.Integer emitInterval)
The interval for publishing the access logs.
|
AccessLog |
AccessLog.withEnabled(java.lang.Boolean enabled)
Specifies whether access log is enabled for the load balancer.
|
AccessLog |
AccessLog.withS3BucketName(java.lang.String s3BucketName)
The name of the Amazon S3 bucket where the access logs are stored.
|
AccessLog |
AccessLog.withS3BucketPrefix(java.lang.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)
If enabled, the load balancer captures detailed information of all
requests and delivers the information to the Amazon S3 bucket that you
specify.
|
LoadBalancerAttributes |
LoadBalancerAttributes.withAccessLog(AccessLog accessLog)
If enabled, the load balancer captures detailed information of all
requests and delivers the information to the Amazon S3 bucket that you
specify.
|
Modifier and Type | Method and Description |
---|---|
AccessLog |
AccessLogStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |