public static final class CfnDataSource.AclConfigurationProperty.Builder
extends java.lang.Object
CfnDataSource.AclConfigurationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDataSource.AclConfigurationProperty.Builder |
allowedGroupsColumnName(java.lang.String allowedGroupsColumnName)
Sets the value of
CfnDataSource.AclConfigurationProperty.getAllowedGroupsColumnName() |
CfnDataSource.AclConfigurationProperty |
build()
Builds the configured instance.
|
public CfnDataSource.AclConfigurationProperty.Builder allowedGroupsColumnName(java.lang.String allowedGroupsColumnName)
CfnDataSource.AclConfigurationProperty.getAllowedGroupsColumnName()
allowedGroupsColumnName
- A list of groups, separated by semi-colons, that filters a query response based on user context. This parameter is required.
The document is only returned to users that are in one of the groups specified in the UserContext
field of the Query operation.this
public CfnDataSource.AclConfigurationProperty build()
CfnDataSource.AclConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided