@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.868Z") @Stability(value=Experimental) public interface JsonWithStandardFieldProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
JsonWithStandardFieldProps.Builder
A builder for
JsonWithStandardFieldProps |
static class |
JsonWithStandardFieldProps.Jsii$Proxy
An implementation for
JsonWithStandardFieldProps |
| Modifier and Type | Method and Description |
|---|---|
static JsonWithStandardFieldProps.Builder |
builder() |
Boolean |
getCaller()
(experimental) If this flag is enabled, the principal identifier of the caller will be output to the log.
|
Boolean |
getHttpMethod()
(experimental) If this flag is enabled, the http method will be output to the log.
|
Boolean |
getIp()
(experimental) If this flag is enabled, the source IP of request will be output to the log.
|
Boolean |
getProtocol()
(experimental) If this flag is enabled, the request protocol will be output to the log.
|
Boolean |
getRequestTime()
(experimental) If this flag is enabled, the CLF-formatted request time((dd/MMM/yyyy:HH:mm:ss +-hhmm) will be output to the log.
|
Boolean |
getResourcePath()
(experimental) If this flag is enabled, the path to your resource will be output to the log.
|
Boolean |
getResponseLength()
(experimental) If this flag is enabled, the response payload length will be output to the log.
|
Boolean |
getStatus()
(experimental) If this flag is enabled, the method response status will be output to the log.
|
Boolean |
getUser()
(experimental) If this flag is enabled, the principal identifier of the user will be output to the log.
|
@Stability(value=Experimental) @NotNull Boolean getCaller()
@Stability(value=Experimental) @NotNull Boolean getHttpMethod()
@Stability(value=Experimental) @NotNull Boolean getIp()
@Stability(value=Experimental) @NotNull Boolean getProtocol()
@Stability(value=Experimental) @NotNull Boolean getRequestTime()
@Stability(value=Experimental) @NotNull Boolean getResourcePath()
@Stability(value=Experimental) @NotNull Boolean getResponseLength()
@Stability(value=Experimental) @NotNull Boolean getStatus()
@Stability(value=Experimental) @NotNull Boolean getUser()
@Stability(value=Experimental) static JsonWithStandardFieldProps.Builder builder()
JsonWithStandardFieldProps.Builder of JsonWithStandardFieldPropsCopyright © 2021. All rights reserved.