@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JoinKeyProperties extends Object implements Serializable, Cloneable, StructuredPojo
Properties associated with the columns participating in a join.
Constructor and Description |
---|
JoinKeyProperties() |
Modifier and Type | Method and Description |
---|---|
JoinKeyProperties |
clone() |
boolean |
equals(Object obj) |
Boolean |
getUniqueKey()
A value that indicates that a row in a table is uniquely identified by the columns in a join key.
|
int |
hashCode() |
Boolean |
isUniqueKey()
A value that indicates that a row in a table is uniquely identified by the columns in a join key.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setUniqueKey(Boolean uniqueKey)
A value that indicates that a row in a table is uniquely identified by the columns in a join key.
|
String |
toString()
Returns a string representation of this object.
|
JoinKeyProperties |
withUniqueKey(Boolean uniqueKey)
A value that indicates that a row in a table is uniquely identified by the columns in a join key.
|
public void setUniqueKey(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.
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.public Boolean getUniqueKey()
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.
public JoinKeyProperties withUniqueKey(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.
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.public Boolean isUniqueKey()
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.
public String toString()
toString
in class Object
Object.toString()
public JoinKeyProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.