| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationFieldProperties |
DestinationFieldProperties.clone() |
DestinationFieldProperties |
ConnectorEntityField.getDestinationProperties()
The properties applied to a field when the connector is being used as a destination.
|
DestinationFieldProperties |
DestinationFieldProperties.withIsCreatable(Boolean isCreatable)
Specifies if the destination field can be created by the current user.
|
DestinationFieldProperties |
DestinationFieldProperties.withIsDefaultedOnCreate(Boolean isDefaultedOnCreate)
Specifies whether the field can use the default value during a Create operation.
|
DestinationFieldProperties |
DestinationFieldProperties.withIsNullable(Boolean isNullable)
Specifies if the destination field can have a null value.
|
DestinationFieldProperties |
DestinationFieldProperties.withIsUpdatable(Boolean isUpdatable)
Specifies whether the field can be updated during an
UPDATE or UPSERT write operation. |
DestinationFieldProperties |
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.
|
DestinationFieldProperties |
DestinationFieldProperties.withSupportedWriteOperations(Collection<String> supportedWriteOperations)
A list of supported write operations.
|
DestinationFieldProperties |
DestinationFieldProperties.withSupportedWriteOperations(String... supportedWriteOperations)
A list of supported write operations.
|
DestinationFieldProperties |
DestinationFieldProperties.withSupportedWriteOperations(WriteOperationType... supportedWriteOperations)
A list of supported write operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorEntityField.setDestinationProperties(DestinationFieldProperties destinationProperties)
The properties applied to a field when the connector is being used as a destination.
|
ConnectorEntityField |
ConnectorEntityField.withDestinationProperties(DestinationFieldProperties destinationProperties)
The properties applied to a field when the connector is being used as a destination.
|
Copyright © 2025. All rights reserved.