@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DestinationFieldProperties extends Object implements Serializable, Cloneable, StructuredPojo
The properties that can be applied to a field when connector is being used as a destination.
| Constructor and Description |
|---|
DestinationFieldProperties() |
| Modifier and Type | Method and Description |
|---|---|
DestinationFieldProperties |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsCreatable()
Specifies if the destination field can be created by the current user.
|
Boolean |
getIsNullable()
Specifies if the destination field can have a null value.
|
Boolean |
getIsUpsertable()
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or
update them if they do.
|
int |
hashCode() |
Boolean |
isCreatable()
Specifies if the destination field can be created by the current user.
|
Boolean |
isNullable()
Specifies if the destination field can have a null value.
|
Boolean |
isUpsertable()
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or
update them if they do.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIsCreatable(Boolean isCreatable)
Specifies if the destination field can be created by the current user.
|
void |
setIsNullable(Boolean isNullable)
Specifies if the destination field can have a null value.
|
void |
setIsUpsertable(Boolean isUpsertable)
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or
update them if they do.
|
String |
toString()
Returns a string representation of this object.
|
DestinationFieldProperties |
withIsCreatable(Boolean isCreatable)
Specifies if the destination field can be created by the current user.
|
DestinationFieldProperties |
withIsNullable(Boolean isNullable)
Specifies if the destination field can have a null value.
|
DestinationFieldProperties |
withIsUpsertable(Boolean isUpsertable)
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or
update them if they do.
|
public void setIsCreatable(Boolean isCreatable)
Specifies if the destination field can be created by the current user.
isCreatable - Specifies if the destination field can be created by the current user.public Boolean getIsCreatable()
Specifies if the destination field can be created by the current user.
public DestinationFieldProperties withIsCreatable(Boolean isCreatable)
Specifies if the destination field can be created by the current user.
isCreatable - Specifies if the destination field can be created by the current user.public Boolean isCreatable()
Specifies if the destination field can be created by the current user.
public void setIsNullable(Boolean isNullable)
Specifies if the destination field can have a null value.
isNullable - Specifies if the destination field can have a null value.public Boolean getIsNullable()
Specifies if the destination field can have a null value.
public DestinationFieldProperties withIsNullable(Boolean isNullable)
Specifies if the destination field can have a null value.
isNullable - Specifies if the destination field can have a null value.public Boolean isNullable()
Specifies if the destination field can have a null value.
public void setIsUpsertable(Boolean isUpsertable)
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or update them if they do.
isUpsertable - Specifies if the flow run can either insert new rows in the destination field if they do not already
exist, or update them if they do.public Boolean getIsUpsertable()
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or update them if they do.
public DestinationFieldProperties withIsUpsertable(Boolean isUpsertable)
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or update them if they do.
isUpsertable - Specifies if the flow run can either insert new rows in the destination field if they do not already
exist, or update them if they do.public Boolean isUpsertable()
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or update them if they do.
public String toString()
toString in class ObjectObject.toString()public DestinationFieldProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.