Class CfnConfiguredTablePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnConfiguredTablePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin>
- Enclosing class:
CfnConfiguredTablePropsMixin
@Stability(Stable)
public static final class CfnConfiguredTablePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin>
A fluent builder for
CfnConfiguredTablePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionallowedColumns(List<String> allowedColumns) The columns within the underlying AWS Glue table that can be used within collaborations.analysisMethod(String analysisMethod) The analysis method for the configured table.analysisRules(List<? extends Object> analysisRules) The analysis rule that was created for the configured table.analysisRules(IResolvable analysisRules) The analysis rule that was created for the configured table.build()create()create(CfnPropertyMixinOptions options) description(String description) A description for the configured table.A name for the configured table.selectedAnalysisMethods(List<String> selectedAnalysisMethods) The selected analysis methods for the configured table.tableReference(CfnConfiguredTablePropsMixin.TableReferenceProperty tableReference) The table that this configured table represents.tableReference(IResolvable tableReference) The table that this configured table represents.An optional label that you can assign to a resource when you create it.
-
Method Details
-
create
@Stability(Stable) public static CfnConfiguredTablePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnConfiguredTablePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnConfiguredTablePropsMixin.Builder.
-
allowedColumns
@Stability(Stable) public CfnConfiguredTablePropsMixin.Builder allowedColumns(List<String> allowedColumns) The columns within the underlying AWS Glue table that can be used within collaborations.- Parameters:
allowedColumns- The columns within the underlying AWS Glue table that can be used within collaborations. This parameter is required.- Returns:
this- See Also:
-
analysisMethod
@Stability(Stable) public CfnConfiguredTablePropsMixin.Builder analysisMethod(String analysisMethod) The analysis method for the configured table.DIRECT_QUERYallows SQL queries to be run directly on this table.DIRECT_JOBallows PySpark jobs to be run directly on this table.MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.- Parameters:
analysisMethod- The analysis method for the configured table. This parameter is required.- Returns:
this- See Also:
-
analysisRules
@Stability(Stable) public CfnConfiguredTablePropsMixin.Builder analysisRules(IResolvable analysisRules) The analysis rule that was created for the configured table.- Parameters:
analysisRules- The analysis rule that was created for the configured table. This parameter is required.- Returns:
this- See Also:
-
analysisRules
@Stability(Stable) public CfnConfiguredTablePropsMixin.Builder analysisRules(List<? extends Object> analysisRules) The analysis rule that was created for the configured table.- Parameters:
analysisRules- The analysis rule that was created for the configured table. This parameter is required.- Returns:
this- See Also:
-
description
A description for the configured table.- Parameters:
description- A description for the configured table. This parameter is required.- Returns:
this- See Also:
-
name
A name for the configured table.- Parameters:
name- A name for the configured table. This parameter is required.- Returns:
this- See Also:
-
selectedAnalysisMethods
@Stability(Stable) public CfnConfiguredTablePropsMixin.Builder selectedAnalysisMethods(List<String> selectedAnalysisMethods) The selected analysis methods for the configured table.- Parameters:
selectedAnalysisMethods- The selected analysis methods for the configured table. This parameter is required.- Returns:
this- See Also:
-
tableReference
@Stability(Stable) public CfnConfiguredTablePropsMixin.Builder tableReference(IResolvable tableReference) The table that this configured table represents.- Parameters:
tableReference- The table that this configured table represents. This parameter is required.- Returns:
this- See Also:
-
tableReference
@Stability(Stable) public CfnConfiguredTablePropsMixin.Builder tableReference(CfnConfiguredTablePropsMixin.TableReferenceProperty tableReference) The table that this configured table represents.- Parameters:
tableReference- The table that this configured table represents. This parameter is required.- Returns:
this- See Also:
-
tags
An optional label that you can assign to a resource when you create it.Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
- Parameters:
tags- An optional label that you can assign to a resource when you create it. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfiguredTablePropsMixin>- Returns:
- a newly built instance of
CfnConfiguredTablePropsMixin.
-