Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.AccessLog.Builder
Packages that use AccessLog.Builder
-
Uses of AccessLog.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return AccessLog.BuilderModifier and TypeMethodDescriptionstatic AccessLog.BuilderAccessLog.builder()AccessLog.Builder.emitInterval(Integer emitInterval) The interval for publishing the access logs.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 examplemy-bucket-prefix/prod.AccessLog.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type AccessLog.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AccessLog.Builder>AccessLog.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type AccessLog.BuilderModifier and TypeMethodDescriptiondefault LoadBalancerAttributes.BuilderLoadBalancerAttributes.Builder.accessLog(Consumer<AccessLog.Builder> accessLog) If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.