public static interface Logging.Builder extends SdkPojo, CopyableBuilder<Logging.Builder,Logging>
| Modifier and Type | Method and Description |
|---|---|
Logging.Builder |
accessLog(AccessLog accessLog)
The access log configuration for a virtual node.
|
default Logging.Builder |
accessLog(Consumer<AccessLog.Builder> accessLog)
The access log configuration for a virtual node.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogging.Builder accessLog(AccessLog accessLog)
The access log configuration for a virtual node.
accessLog - The access log configuration for a virtual node.default Logging.Builder accessLog(Consumer<AccessLog.Builder> accessLog)
The access log configuration for a virtual node.
This is a convenience that creates an instance of theAccessLog.Builder avoiding the need to create
one manually via AccessLog.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to accessLog(AccessLog).accessLog - a consumer that will call methods on AccessLog.BuilderaccessLog(AccessLog)Copyright © 2021. All rights reserved.