Class AwsElbLoadBalancerAccessLog
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsElbLoadBalancerAccessLog
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsElbLoadBalancerAccessLog.Builder,AwsElbLoadBalancerAccessLog>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsElbLoadBalancerAccessLog.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsElbLoadBalancerAccessLog.Builderbuilder()IntegeremitInterval()The interval in minutes for publishing the access logs.Booleanenabled()Indicates whether access logs are enabled for the load balancer.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3BucketName()The name of the S3 bucket where the access logs are stored.Strings3BucketPrefix()The logical hierarchy that was created for the S3 bucket.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsElbLoadBalancerAccessLog.Builder>serializableBuilderClass()AwsElbLoadBalancerAccessLog.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
emitInterval
public 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.
- Returns:
- The interval in minutes for publishing the access logs.
You can publish access logs either every 5 minutes or every 60 minutes.
-
enabled
public final Boolean enabled()
Indicates whether access logs are enabled for the load balancer.
- Returns:
- Indicates whether access logs are enabled for the load balancer.
-
s3BucketName
public final String s3BucketName()
The name of the S3 bucket where the access logs are stored.
- Returns:
- The name of the S3 bucket where the access logs are stored.
-
s3BucketPrefix
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.
- Returns:
- 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.
-
toBuilder
public AwsElbLoadBalancerAccessLog.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsElbLoadBalancerAccessLog.Builder,AwsElbLoadBalancerAccessLog>
-
builder
public static AwsElbLoadBalancerAccessLog.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsElbLoadBalancerAccessLog.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-