Class ConfiguredTableAnalysisRule
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.ConfiguredTableAnalysisRule
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConfiguredTableAnalysisRule.Builder,ConfiguredTableAnalysisRule>
@Generated("software.amazon.awssdk:codegen") public final class ConfiguredTableAnalysisRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfiguredTableAnalysisRule.Builder,ConfiguredTableAnalysisRule>
A configured table analysis rule, which limits how data for this table can be used.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfiguredTableAnalysisRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfiguredTableAnalysisRule.Builderbuilder()StringconfiguredTableArn()The unique ARN for the configured table.StringconfiguredTableId()The unique ID for the configured table.InstantcreateTime()The time the configured table analysis rule was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ConfiguredTableAnalysisRulePolicypolicy()The policy that controls SQL query rules.List<SdkField<?>>sdkFields()static Class<? extends ConfiguredTableAnalysisRule.Builder>serializableBuilderClass()ConfiguredTableAnalysisRule.BuildertoBuilder()StringtoString()Returns a string representation of this object.ConfiguredTableAnalysisRuleTypetype()The type of configured table analysis rule.StringtypeAsString()The type of configured table analysis rule.InstantupdateTime()The time the configured table analysis rule was last updated.-
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
-
configuredTableId
public final String configuredTableId()
The unique ID for the configured table.
- Returns:
- The unique ID for the configured table.
-
configuredTableArn
public final String configuredTableArn()
The unique ARN for the configured table.
- Returns:
- The unique ARN for the configured table.
-
policy
public final ConfiguredTableAnalysisRulePolicy policy()
The policy that controls SQL query rules.
- Returns:
- The policy that controls SQL query rules.
-
type
public final ConfiguredTableAnalysisRuleType type()
The type of configured table analysis rule.
If the service returns an enum value that is not available in the current SDK version,
typewill returnConfiguredTableAnalysisRuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of configured table analysis rule.
- See Also:
ConfiguredTableAnalysisRuleType
-
typeAsString
public final String typeAsString()
The type of configured table analysis rule.
If the service returns an enum value that is not available in the current SDK version,
typewill returnConfiguredTableAnalysisRuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of configured table analysis rule.
- See Also:
ConfiguredTableAnalysisRuleType
-
createTime
public final Instant createTime()
The time the configured table analysis rule was created.
- Returns:
- The time the configured table analysis rule was created.
-
updateTime
public final Instant updateTime()
The time the configured table analysis rule was last updated.
- Returns:
- The time the configured table analysis rule was last updated.
-
toBuilder
public ConfiguredTableAnalysisRule.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConfiguredTableAnalysisRule.Builder,ConfiguredTableAnalysisRule>
-
builder
public static ConfiguredTableAnalysisRule.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConfiguredTableAnalysisRule.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.
-
-