public static final class ALBFullClientLogs.Builder
extends java.lang.Object
ALBFullClientLogs.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBFullClientLogs. |
| Modifier and Type | Method and Description |
|---|---|
ALBFullClientLogs |
build() |
ALBFullClientLogs.Builder |
setDuration(java.lang.Long duration)
How long should the system capture all logs, measured in minutes.
|
ALBFullClientLogs.Builder |
setEnabled(java.lang.Boolean enabled)
Capture all client logs including connections and requests.
|
ALBFullClientLogs.Builder |
setThrottle(java.lang.Long throttle)
This setting limits the number of non-significant logs generated per second for
this VS on each SE.
|
public Builder()
ALBFullClientLogs.public ALBFullClientLogs.Builder setDuration(java.lang.Long duration)
duration - New value for the property.public ALBFullClientLogs.Builder setEnabled(java.lang.Boolean enabled)
enabled - New value for the property.public ALBFullClientLogs.Builder setThrottle(java.lang.Long throttle)
throttle - New value for the property.public ALBFullClientLogs build()