Class CfnConfiguredTable.AnalysisRuleListProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfiguredTable.AnalysisRuleListProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfiguredTable.AnalysisRuleListProperty
@Stability(Stable)
@Internal
public static final class CfnConfiguredTable.AnalysisRuleListProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfiguredTable.AnalysisRuleListProperty
An implementation for
CfnConfiguredTable.AnalysisRuleListProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty
CfnConfiguredTable.AnalysisRuleListProperty.Builder, CfnConfiguredTable.AnalysisRuleListProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfiguredTable.AnalysisRuleListProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringAn indicator as to whether additional analyses (such as AWS Clean Rooms ML) can be applied to the output of the direct query.The logical operators (if any) that are to be used in an INNER JOIN match condition.Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.Columns that can be listed in the output.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnConfiguredTable.AnalysisRuleListProperty.Builder.
-
-
Method Details
-
getJoinColumns
Description copied from interface:CfnConfiguredTable.AnalysisRuleListPropertyColumns that can be used to join a configured table with the table of the member who can query and other members' configured tables.- Specified by:
getJoinColumnsin interfaceCfnConfiguredTable.AnalysisRuleListProperty- See Also:
-
getListColumns
Description copied from interface:CfnConfiguredTable.AnalysisRuleListPropertyColumns that can be listed in the output.- Specified by:
getListColumnsin interfaceCfnConfiguredTable.AnalysisRuleListProperty- See Also:
-
getAdditionalAnalyses
Description copied from interface:CfnConfiguredTable.AnalysisRuleListPropertyAn indicator as to whether additional analyses (such as AWS Clean Rooms ML) can be applied to the output of the direct query.- Specified by:
getAdditionalAnalysesin interfaceCfnConfiguredTable.AnalysisRuleListProperty- See Also:
-
getAllowedJoinOperators
Description copied from interface:CfnConfiguredTable.AnalysisRuleListPropertyThe logical operators (if any) that are to be used in an INNER JOIN match condition.Default is
AND.- Specified by:
getAllowedJoinOperatorsin interfaceCfnConfiguredTable.AnalysisRuleListProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-