Class CfnDataSourcePropsMixin.AccessControlListConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.AccessControlListConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.AccessControlListConfigurationProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.AccessControlListConfigurationProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.AccessControlListConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.AccessControlListConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
keyPath
@Stability(Stable) public CfnDataSourcePropsMixin.AccessControlListConfigurationProperty.Builder keyPath(String keyPath) - Parameters:
keyPath- Path to the AWS S3 bucket that contains the access control list files.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.AccessControlListConfigurationProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.AccessControlListConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-