| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static LoggingFormat.Builder |
LoggingFormat.builder() |
LoggingFormat.Builder |
LoggingFormat.Builder.json(Collection<JsonFormatRef> json)
|
LoggingFormat.Builder |
LoggingFormat.Builder.json(Consumer<JsonFormatRef.Builder>... json)
This is a convenience method that creates an instance of the
JsonFormatRef.Builder avoiding the need to create one
manually via JsonFormatRef.builder(). |
LoggingFormat.Builder |
LoggingFormat.Builder.json(JsonFormatRef... json)
|
LoggingFormat.Builder |
LoggingFormat.Builder.text(String text)
|
LoggingFormat.Builder |
LoggingFormat.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LoggingFormat.Builder> |
LoggingFormat.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FileAccessLog.Builder |
FileAccessLog.Builder.format(Consumer<LoggingFormat.Builder> format)
The specified format for the logs.
|
default VirtualGatewayFileAccessLog.Builder |
VirtualGatewayFileAccessLog.Builder.format(Consumer<LoggingFormat.Builder> format)
The specified format for the virtual gateway access logs.
|
Copyright © 2023. All rights reserved.