Class CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty>
- Enclosing interface:
CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty
@Stability(Stable)
public static final class CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucketArn
@Stability(Stable) public CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty.Builder bucketArn(String bucketArn) - Parameters:
bucketArn- The ARN of an Amazon S3 bucket that's the destination for threat protection log export.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty>- Returns:
- a new instance of
CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-