@Stability(value=Stable) public static final class JsonWithStandardFieldProps.Builder extends Object implements software.amazon.jsii.Builder<JsonWithStandardFieldProps>
JsonWithStandardFieldProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public JsonWithStandardFieldProps.Builder caller(Boolean caller)
JsonWithStandardFieldProps.getCaller()caller - If this flag is enabled, the principal identifier of the caller will be output to the log. This parameter is required.this@Stability(value=Stable) public JsonWithStandardFieldProps.Builder httpMethod(Boolean httpMethod)
JsonWithStandardFieldProps.getHttpMethod()httpMethod - If this flag is enabled, the http method will be output to the log. This parameter is required.this@Stability(value=Stable) public JsonWithStandardFieldProps.Builder ip(Boolean ip)
JsonWithStandardFieldProps.getIp()ip - If this flag is enabled, the source IP of request will be output to the log. This parameter is required.this@Stability(value=Stable) public JsonWithStandardFieldProps.Builder protocol(Boolean protocol)
JsonWithStandardFieldProps.getProtocol()protocol - If this flag is enabled, the request protocol will be output to the log. This parameter is required.this@Stability(value=Stable) public JsonWithStandardFieldProps.Builder requestTime(Boolean requestTime)
JsonWithStandardFieldProps.getRequestTime()requestTime - If this flag is enabled, the CLF-formatted request time((dd/MMM/yyyy:HH:mm:ss +-hhmm) will be output to the log. This parameter is required.this@Stability(value=Stable) public JsonWithStandardFieldProps.Builder resourcePath(Boolean resourcePath)
JsonWithStandardFieldProps.getResourcePath()resourcePath - If this flag is enabled, the path to your resource will be output to the log. This parameter is required.this@Stability(value=Stable) public JsonWithStandardFieldProps.Builder responseLength(Boolean responseLength)
JsonWithStandardFieldProps.getResponseLength()responseLength - If this flag is enabled, the response payload length will be output to the log. This parameter is required.this@Stability(value=Stable) public JsonWithStandardFieldProps.Builder status(Boolean status)
JsonWithStandardFieldProps.getStatus()status - If this flag is enabled, the method response status will be output to the log. This parameter is required.this@Stability(value=Stable) public JsonWithStandardFieldProps.Builder user(Boolean user)
JsonWithStandardFieldProps.getUser()user - If this flag is enabled, the principal identifier of the user will be output to the log. This parameter is required.this@Stability(value=Stable) public JsonWithStandardFieldProps build()
build in interface software.amazon.jsii.Builder<JsonWithStandardFieldProps>JsonWithStandardFieldPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.