| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
Logging.Builder |
Logging.Builder.accessLog(AccessLog accessLog)
The access log configuration for a virtual node.
|
default Logging.Builder |
Logging.Builder.accessLog(Consumer<AccessLog.Builder> accessLog)
The access log configuration for a virtual node.
|
static Logging.Builder |
Logging.builder() |
Logging.Builder |
Logging.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Logging.Builder> |
Logging.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default VirtualNodeSpec.Builder |
VirtualNodeSpec.Builder.logging(Consumer<Logging.Builder> logging)
The inbound and outbound access logging information for the virtual node.
|
Copyright © 2021. All rights reserved.