Class CfnDataSourcePropsMixin.AclConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.AclConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.AclConfigurationProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.AclConfigurationProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.AclConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.AclConfigurationProperty>
A builder for
CfnDataSourcePropsMixin.AclConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowedGroupsColumnName(String allowedGroupsColumnName) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allowedGroupsColumnName
@Stability(Stable) public CfnDataSourcePropsMixin.AclConfigurationProperty.Builder allowedGroupsColumnName(String allowedGroupsColumnName) - Parameters:
allowedGroupsColumnName- A list of groups, separated by semi-colons, that filters a query response based on user context. The document is only returned to users that are in one of the groups specified in theUserContextfield of the Query operation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.AclConfigurationProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.AclConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-