@Stability(value=Stable) public static final class CfnLoggingConfiguration.FieldToMatchProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLoggingConfiguration.FieldToMatchProperty>
CfnLoggingConfiguration.FieldToMatchProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLoggingConfiguration.FieldToMatchProperty |
build()
Builds the configured instance.
|
CfnLoggingConfiguration.FieldToMatchProperty.Builder |
jsonBody(Object jsonBody)
Sets the value of
CfnLoggingConfiguration.FieldToMatchProperty.getJsonBody() |
CfnLoggingConfiguration.FieldToMatchProperty.Builder |
method(Object method)
Sets the value of
CfnLoggingConfiguration.FieldToMatchProperty.getMethod() |
CfnLoggingConfiguration.FieldToMatchProperty.Builder |
queryString(Object queryString)
Sets the value of
CfnLoggingConfiguration.FieldToMatchProperty.getQueryString() |
CfnLoggingConfiguration.FieldToMatchProperty.Builder |
singleHeader(Object singleHeader)
Sets the value of
CfnLoggingConfiguration.FieldToMatchProperty.getSingleHeader() |
CfnLoggingConfiguration.FieldToMatchProperty.Builder |
uriPath(Object uriPath)
Sets the value of
CfnLoggingConfiguration.FieldToMatchProperty.getUriPath() |
@Stability(value=Stable) public CfnLoggingConfiguration.FieldToMatchProperty.Builder jsonBody(Object jsonBody)
CfnLoggingConfiguration.FieldToMatchProperty.getJsonBody()jsonBody - Redact the JSON body from the logs.this@Stability(value=Stable) public CfnLoggingConfiguration.FieldToMatchProperty.Builder method(Object method)
CfnLoggingConfiguration.FieldToMatchProperty.getMethod()method - Redact the method from the logs.this@Stability(value=Stable) public CfnLoggingConfiguration.FieldToMatchProperty.Builder queryString(Object queryString)
CfnLoggingConfiguration.FieldToMatchProperty.getQueryString()queryString - Redact the query string from the logs.this@Stability(value=Stable) public CfnLoggingConfiguration.FieldToMatchProperty.Builder singleHeader(Object singleHeader)
CfnLoggingConfiguration.FieldToMatchProperty.getSingleHeader()singleHeader - Redact the header from the logs.this@Stability(value=Stable) public CfnLoggingConfiguration.FieldToMatchProperty.Builder uriPath(Object uriPath)
CfnLoggingConfiguration.FieldToMatchProperty.getUriPath()uriPath - Redact the URI path from the logs.this@Stability(value=Stable) public CfnLoggingConfiguration.FieldToMatchProperty build()
build in interface software.amazon.jsii.Builder<CfnLoggingConfiguration.FieldToMatchProperty>CfnLoggingConfiguration.FieldToMatchPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.