Class JoinKeyProperties
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.JoinKeyProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JoinKeyProperties.Builder,JoinKeyProperties>
@Generated("software.amazon.awssdk:codegen") public final class JoinKeyProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JoinKeyProperties.Builder,JoinKeyProperties>
Properties associated with the columns participating in a join.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJoinKeyProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JoinKeyProperties.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends JoinKeyProperties.Builder>serializableBuilderClass()JoinKeyProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.BooleanuniqueKey()A value that indicates that a row in a table is uniquely identified by the columns in a join key.-
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
-
uniqueKey
public final Boolean uniqueKey()
A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.
- Returns:
- A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.
-
toBuilder
public JoinKeyProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JoinKeyProperties.Builder,JoinKeyProperties>
-
builder
public static JoinKeyProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends JoinKeyProperties.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.
-
-