Class AnalysisRule
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.AnalysisRule
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnalysisRule.Builder,AnalysisRule>
@Generated("software.amazon.awssdk:codegen") public final class AnalysisRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalysisRule.Builder,AnalysisRule>
A specification about how data from the configured table can be used in a query.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnalysisRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnalysisRule.Builderbuilder()StringcollaborationId()The unique ID for the associated collaboration.InstantcreateTime()The time the analysis rule was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name for the analysis rule.AnalysisRulePolicypolicy()A policy that describes the associated data usage limitations.List<SdkField<?>>sdkFields()static Class<? extends AnalysisRule.Builder>serializableBuilderClass()AnalysisRule.BuildertoBuilder()StringtoString()Returns a string representation of this object.AnalysisRuleTypetype()The type of analysis rule.StringtypeAsString()The type of analysis rule.InstantupdateTime()The time the 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
-
collaborationId
public final String collaborationId()
The unique ID for the associated collaboration.
- Returns:
- The unique ID for the associated collaboration.
-
type
public final AnalysisRuleType type()
The type of analysis rule.
If the service returns an enum value that is not available in the current SDK version,
typewill returnAnalysisRuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of analysis rule.
- See Also:
AnalysisRuleType
-
typeAsString
public final String typeAsString()
The type of analysis rule.
If the service returns an enum value that is not available in the current SDK version,
typewill returnAnalysisRuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of analysis rule.
- See Also:
AnalysisRuleType
-
name
public final String name()
The name for the analysis rule.
- Returns:
- The name for the analysis rule.
-
createTime
public final Instant createTime()
The time the analysis rule was created.
- Returns:
- The time the analysis rule was created.
-
updateTime
public final Instant updateTime()
The time the analysis rule was last updated.
- Returns:
- The time the analysis rule was last updated.
-
policy
public final AnalysisRulePolicy policy()
A policy that describes the associated data usage limitations.
- Returns:
- A policy that describes the associated data usage limitations.
-
toBuilder
public AnalysisRule.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnalysisRule.Builder,AnalysisRule>
-
builder
public static AnalysisRule.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnalysisRule.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.
-
-