public static final class AddAuditLogSyslogHandler.UdpBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
appName |
protected SyslogFacilityType |
facility |
protected String |
formatter |
protected String |
host |
protected int |
maxFailureCount |
protected int |
maxLength |
protected String |
name |
protected Integer |
port |
protected boolean |
replaceExisting |
protected SyslogFormatType |
syslogFormat |
protected Boolean |
truncate |
| Constructor and Description |
|---|
UdpBuilder(String name) |
| Modifier and Type | Method and Description |
|---|---|
THIS |
appName(String appName) |
AddAuditLogSyslogHandler |
build() |
THIS |
facility(SyslogFacilityType facility) |
THIS |
formatter(String formatter) |
THIS |
host(String host) |
THIS |
maxFailureCount(int maxFailureCount) |
THIS |
maxLength(int maxLength) |
THIS |
port(int port) |
THIS |
replaceExisting() |
THIS |
syslogFormat(SyslogFormatType syslogFormat) |
THIS |
truncate(boolean truncate) |
protected String formatter
protected String name
protected String appName
protected SyslogFacilityType facility
protected int maxFailureCount
protected int maxLength
protected SyslogFormatType syslogFormat
protected Boolean truncate
protected boolean replaceExisting
protected String host
protected Integer port
public UdpBuilder(String name)
public AddAuditLogSyslogHandler build()
public final THIS appName(String appName)
public final THIS facility(SyslogFacilityType facility)
public final THIS formatter(String formatter)
public final THIS maxFailureCount(int maxFailureCount)
public final THIS maxLength(int maxLength)
public final THIS syslogFormat(SyslogFormatType syslogFormat)
public final THIS truncate(boolean truncate)
public final THIS replaceExisting()
public final THIS host(String host)
public final THIS port(int port)
Copyright © 2022. All rights reserved.