@Stability(value=Stable) public static final class CfnCluster.S3Property.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.S3Property>
CfnCluster.S3Property| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.S3Property.Builder |
bucket(String bucket)
Sets the value of
CfnCluster.S3Property.getBucket() |
CfnCluster.S3Property |
build()
Builds the configured instance.
|
CfnCluster.S3Property.Builder |
enabled(Boolean enabled)
Sets the value of
CfnCluster.S3Property.getEnabled() |
CfnCluster.S3Property.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnCluster.S3Property.getEnabled() |
CfnCluster.S3Property.Builder |
prefix(String prefix)
Sets the value of
CfnCluster.S3Property.getPrefix() |
@Stability(value=Stable) public CfnCluster.S3Property.Builder enabled(Boolean enabled)
CfnCluster.S3Property.getEnabled()enabled - Specifies whether broker logs get sent to the specified Amazon S3 destination. This parameter is required.this@Stability(value=Stable) public CfnCluster.S3Property.Builder enabled(IResolvable enabled)
CfnCluster.S3Property.getEnabled()enabled - Specifies whether broker logs get sent to the specified Amazon S3 destination. This parameter is required.this@Stability(value=Stable) public CfnCluster.S3Property.Builder bucket(String bucket)
CfnCluster.S3Property.getBucket()bucket - The name of the S3 bucket that is the destination for broker logs.this@Stability(value=Stable) public CfnCluster.S3Property.Builder prefix(String prefix)
CfnCluster.S3Property.getPrefix()prefix - The S3 prefix that is the destination for broker logs.this@Stability(value=Stable) public CfnCluster.S3Property build()
build in interface software.amazon.jsii.Builder<CfnCluster.S3Property>CfnCluster.S3PropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.