Class ConfiguredTableAssociationAnalysisRulePolicyV1
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.ConfiguredTableAssociationAnalysisRulePolicyV1
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConfiguredTableAssociationAnalysisRulePolicyV1.Builder,ConfiguredTableAssociationAnalysisRulePolicyV1>
@Generated("software.amazon.awssdk:codegen") public final class ConfiguredTableAssociationAnalysisRulePolicyV1 extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfiguredTableAssociationAnalysisRulePolicyV1.Builder,ConfiguredTableAssociationAnalysisRulePolicyV1>
Controls on the query specifications that can be run on an associated configured table.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfiguredTableAssociationAnalysisRulePolicyV1.Builderstatic classConfiguredTableAssociationAnalysisRulePolicyV1.Type
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
list
public final ConfiguredTableAssociationAnalysisRuleList list()
Analysis rule type that enables only list queries on a configured table.
- Returns:
- Analysis rule type that enables only list queries on a configured table.
-
aggregation
public final ConfiguredTableAssociationAnalysisRuleAggregation aggregation()
Analysis rule type that enables only aggregation queries on a configured table.
- Returns:
- Analysis rule type that enables only aggregation queries on a configured table.
-
custom
public final ConfiguredTableAssociationAnalysisRuleCustom custom()
Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.
- Returns:
- Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.
-
toBuilder
public ConfiguredTableAssociationAnalysisRulePolicyV1.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConfiguredTableAssociationAnalysisRulePolicyV1.Builder,ConfiguredTableAssociationAnalysisRulePolicyV1>
-
builder
public static ConfiguredTableAssociationAnalysisRulePolicyV1.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConfiguredTableAssociationAnalysisRulePolicyV1.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
fromList
public static ConfiguredTableAssociationAnalysisRulePolicyV1 fromList(ConfiguredTableAssociationAnalysisRuleList list)
Create an instance of this class withlist()initialized to the given value.Analysis rule type that enables only list queries on a configured table.
- Parameters:
list- Analysis rule type that enables only list queries on a configured table.
-
fromList
public static ConfiguredTableAssociationAnalysisRulePolicyV1 fromList(Consumer<ConfiguredTableAssociationAnalysisRuleList.Builder> list)
Create an instance of this class withlist()initialized to the given value.Analysis rule type that enables only list queries on a configured table.
- Parameters:
list- Analysis rule type that enables only list queries on a configured table.
-
fromAggregation
public static ConfiguredTableAssociationAnalysisRulePolicyV1 fromAggregation(ConfiguredTableAssociationAnalysisRuleAggregation aggregation)
Create an instance of this class withaggregation()initialized to the given value.Analysis rule type that enables only aggregation queries on a configured table.
- Parameters:
aggregation- Analysis rule type that enables only aggregation queries on a configured table.
-
fromAggregation
public static ConfiguredTableAssociationAnalysisRulePolicyV1 fromAggregation(Consumer<ConfiguredTableAssociationAnalysisRuleAggregation.Builder> aggregation)
Create an instance of this class withaggregation()initialized to the given value.Analysis rule type that enables only aggregation queries on a configured table.
- Parameters:
aggregation- Analysis rule type that enables only aggregation queries on a configured table.
-
fromCustom
public static ConfiguredTableAssociationAnalysisRulePolicyV1 fromCustom(ConfiguredTableAssociationAnalysisRuleCustom custom)
Create an instance of this class withcustom()initialized to the given value.Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.
- Parameters:
custom- Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.
-
fromCustom
public static ConfiguredTableAssociationAnalysisRulePolicyV1 fromCustom(Consumer<ConfiguredTableAssociationAnalysisRuleCustom.Builder> custom)
Create an instance of this class withcustom()initialized to the given value.Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.
- Parameters:
custom- Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.
-
type
public ConfiguredTableAssociationAnalysisRulePolicyV1.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beConfiguredTableAssociationAnalysisRulePolicyV1.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beConfiguredTableAssociationAnalysisRulePolicyV1.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-