@Stability(value=Experimental) public static final class S3LoggingConfiguration.Builder extends Object implements software.amazon.jsii.Builder<S3LoggingConfiguration>
S3LoggingConfiguration| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
S3LoggingConfiguration.Builder |
bucket(IBucket bucket)
Sets the value of
S3LoggingConfiguration.getBucket() |
S3LoggingConfiguration |
build()
Builds the configured instance.
|
S3LoggingConfiguration.Builder |
prefix(String prefix)
Sets the value of
S3LoggingConfiguration.getPrefix() |
@Stability(value=Experimental) public S3LoggingConfiguration.Builder bucket(IBucket bucket)
S3LoggingConfiguration.getBucket()bucket - The S3 bucket that is the destination for broker logs. This parameter is required.this@Stability(value=Experimental) public S3LoggingConfiguration.Builder prefix(String prefix)
S3LoggingConfiguration.getPrefix()prefix - The S3 prefix that is the destination for broker logs.this@Stability(value=Experimental) public S3LoggingConfiguration build()
build in interface software.amazon.jsii.Builder<S3LoggingConfiguration>S3LoggingConfigurationNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.