org.wildfly.extras.creaper.commands.auditlog
Class AddAuditLogSyslogHandler.UdpBuilder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.auditlog.AddAuditLogSyslogHandler.UdpBuilder
Enclosing class:
AddAuditLogSyslogHandler

public static final class AddAuditLogSyslogHandler.UdpBuilder
extends Object


Field Summary
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 Summary
AddAuditLogSyslogHandler.UdpBuilder(String name)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatter

protected String formatter

name

protected String name

appName

protected String appName

facility

protected SyslogFacilityType facility

maxFailureCount

protected int maxFailureCount

maxLength

protected int maxLength

syslogFormat

protected SyslogFormatType syslogFormat

truncate

protected Boolean truncate

replaceExisting

protected boolean replaceExisting

host

protected String host

port

protected Integer port
Constructor Detail

AddAuditLogSyslogHandler.UdpBuilder

public AddAuditLogSyslogHandler.UdpBuilder(String name)
Method Detail

build

public AddAuditLogSyslogHandler build()

appName

public final THIS appName(String appName)

facility

public final THIS facility(SyslogFacilityType facility)

formatter

public final THIS formatter(String formatter)

maxFailureCount

public final THIS maxFailureCount(int maxFailureCount)

maxLength

public final THIS maxLength(int maxLength)

syslogFormat

public final THIS syslogFormat(SyslogFormatType syslogFormat)

truncate

public final THIS truncate(boolean truncate)

replaceExisting

public final THIS replaceExisting()

host

public final THIS host(String host)

port

public final THIS port(int port)


Copyright © 2020. All rights reserved.