Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.AccessLog.Builder
-
Packages that use AccessLog.Builder Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of AccessLog.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return AccessLog.Builder Modifier and Type Method Description static AccessLog.BuilderAccessLog. builder()AccessLog.BuilderAccessLog.Builder. emitInterval(Integer emitInterval)The interval for publishing the access logs.AccessLog.BuilderAccessLog.Builder. enabled(Boolean enabled)Specifies whether access logs are enabled for the load balancer.AccessLog.BuilderAccessLog.Builder. s3BucketName(String s3BucketName)The name of the Amazon S3 bucket where the access logs are stored.AccessLog.BuilderAccessLog.Builder. s3BucketPrefix(String s3BucketPrefix)The logical hierarchy you created for your Amazon S3 bucket, for examplemy-bucket-prefix/prod.AccessLog.BuilderAccessLog. toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type AccessLog.Builder Modifier and Type Method Description static Class<? extends AccessLog.Builder>AccessLog. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type AccessLog.Builder Modifier and Type Method Description default 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.
-