@Generated(value="software.amazon.awssdk:codegen") public final class AwsElbLoadBalancerAccessLog extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsElbLoadBalancerAccessLog.Builder,AwsElbLoadBalancerAccessLog>
Contains information about the access log configuration for the load balancer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsElbLoadBalancerAccessLog.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsElbLoadBalancerAccessLog.Builder |
builder() |
Integer |
emitInterval()
The interval in minutes for publishing the access logs.
|
Boolean |
enabled()
Indicates whether access logs are enabled for the load balancer.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3BucketName()
The name of the S3 bucket where the access logs are stored.
|
String |
s3BucketPrefix()
The logical hierarchy that was created for the S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsElbLoadBalancerAccessLog.Builder> |
serializableBuilderClass() |
AwsElbLoadBalancerAccessLog.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer emitInterval()
The interval in minutes for publishing the access logs.
You can publish access logs either every 5 minutes or every 60 minutes.
You can publish access logs either every 5 minutes or every 60 minutes.
public final Boolean enabled()
Indicates whether access logs are enabled for the load balancer.
public final String s3BucketName()
The name of the S3 bucket where the access logs are stored.
public final 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.
If a prefix is not provided, the log is placed at the root level of the bucket.
public AwsElbLoadBalancerAccessLog.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsElbLoadBalancerAccessLog.Builder,AwsElbLoadBalancerAccessLog>public static AwsElbLoadBalancerAccessLog.Builder builder()
public static Class<? extends AwsElbLoadBalancerAccessLog.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.