@Stability(value=Experimental) public static final class LoggingConfiguration.Builder extends Object implements software.amazon.jsii.Builder<LoggingConfiguration>
LoggingConfiguration| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfiguration.Builder |
bucket(IBucket bucket)
Sets the value of
LoggingConfiguration.getBucket() |
LoggingConfiguration |
build()
Builds the configured instance.
|
LoggingConfiguration.Builder |
includeCookies(Boolean includeCookies)
Sets the value of
LoggingConfiguration.getIncludeCookies() |
LoggingConfiguration.Builder |
prefix(String prefix)
Sets the value of
LoggingConfiguration.getPrefix() |
@Stability(value=Experimental) public LoggingConfiguration.Builder bucket(IBucket bucket)
LoggingConfiguration.getBucket()bucket - Bucket to log requests to.this@Stability(value=Experimental) public LoggingConfiguration.Builder includeCookies(Boolean includeCookies)
LoggingConfiguration.getIncludeCookies()includeCookies - Whether to include the cookies in the logs.this@Stability(value=Experimental) public LoggingConfiguration.Builder prefix(String prefix)
LoggingConfiguration.getPrefix()prefix - Where in the bucket to store logs.this@Stability(value=Experimental) public LoggingConfiguration build()
build in interface software.amazon.jsii.Builder<LoggingConfiguration>LoggingConfigurationNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.