@Stability(value=Experimental) public static final class S3LoggingOptions.Builder extends Object implements software.amazon.jsii.Builder<S3LoggingOptions>
S3LoggingOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
S3LoggingOptions.Builder |
bucket(IBucket bucket)
Sets the value of
S3LoggingOptions.getBucket() |
S3LoggingOptions |
build()
Builds the configured instance.
|
S3LoggingOptions.Builder |
enabled(Boolean enabled)
Sets the value of
S3LoggingOptions.getEnabled() |
S3LoggingOptions.Builder |
encrypted(Boolean encrypted)
Sets the value of
S3LoggingOptions.getEncrypted() |
S3LoggingOptions.Builder |
prefix(String prefix)
Sets the value of
S3LoggingOptions.getPrefix() |
@Stability(value=Experimental) public S3LoggingOptions.Builder bucket(IBucket bucket)
S3LoggingOptions.getBucket()bucket - The S3 Bucket to send logs to. This parameter is required.this@Stability(value=Experimental) public S3LoggingOptions.Builder enabled(Boolean enabled)
S3LoggingOptions.getEnabled()enabled - The current status of the logs in Amazon CloudWatch Logs for a build project.this@Stability(value=Experimental) public S3LoggingOptions.Builder encrypted(Boolean encrypted)
S3LoggingOptions.getEncrypted()encrypted - Encrypt the S3 build log output.this@Stability(value=Experimental) public S3LoggingOptions.Builder prefix(String prefix)
S3LoggingOptions.getPrefix()prefix - The path prefix for S3 logs.this@Stability(value=Experimental) public S3LoggingOptions build()
build in interface software.amazon.jsii.Builder<S3LoggingOptions>S3LoggingOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.