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