public static final class ALBClientLogStreamingFormat.Builder
extends java.lang.Object
ALBClientLogStreamingFormat.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBClientLogStreamingFormat. |
| Modifier and Type | Method and Description |
|---|---|
ALBClientLogStreamingFormat |
build() |
ALBClientLogStreamingFormat.Builder |
setFormat(java.lang.String format)
Possible values are:
ALBClientLogStreamingFormat.FORMAT_FULL
ALBClientLogStreamingFormat.FORMAT_SELECTED
Format for the streamed logs. |
ALBClientLogStreamingFormat.Builder |
setIncludedFields(java.util.List<java.lang.String> includedFields)
List of log fields to be streamed, when selective fields
(LOG_STREAMING_FORMAT_JSON_SELECTED) option is chosen.
|
public Builder()
ALBClientLogStreamingFormat.public ALBClientLogStreamingFormat.Builder setFormat(java.lang.String format)
format - New value for the property.public ALBClientLogStreamingFormat.Builder setIncludedFields(java.util.List<java.lang.String> includedFields)
includedFields - New value for the property.public ALBClientLogStreamingFormat build()