public static interface LoggingFormat.Builder extends SdkPojo, CopyableBuilder<LoggingFormat.Builder,LoggingFormat>
| Modifier and Type | Method and Description |
|---|---|
LoggingFormat.Builder |
json(Collection<JsonFormatRef> json)
|
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 |
json(JsonFormatRef... json)
|
LoggingFormat.Builder |
text(String text)
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoggingFormat.Builder json(Collection<JsonFormatRef> json)
json - LoggingFormat.Builder json(JsonFormatRef... json)
json - LoggingFormat.Builder json(Consumer<JsonFormatRef.Builder>... json)
JsonFormatRef.Builder avoiding the need to create one
manually via JsonFormatRef.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #json(List.
json - a consumer that will call methods on
JsonFormatRef.Builder#json(java.util.Collection) LoggingFormat.Builder text(String text)
text - Copyright © 2023. All rights reserved.