public static interface DestinationFieldProperties.Builder extends SdkPojo, CopyableBuilder<DestinationFieldProperties.Builder,DestinationFieldProperties>
Modifier and Type | Method and Description |
---|---|
DestinationFieldProperties.Builder |
isCreatable(Boolean isCreatable)
Specifies if the destination field can be created by the current user.
|
DestinationFieldProperties.Builder |
isNullable(Boolean isNullable)
Specifies if the destination field can have a null value.
|
DestinationFieldProperties.Builder |
isUpdatable(Boolean isUpdatable)
Specifies whether the field can be updated during an
UPDATE or UPSERT write
operation. |
DestinationFieldProperties.Builder |
isUpsertable(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.Builder |
supportedWriteOperations(Collection<WriteOperationType> supportedWriteOperations)
A list of supported write operations.
|
DestinationFieldProperties.Builder |
supportedWriteOperations(WriteOperationType... supportedWriteOperations)
A list of supported write operations.
|
DestinationFieldProperties.Builder |
supportedWriteOperationsWithStrings(Collection<String> supportedWriteOperations)
A list of supported write operations.
|
DestinationFieldProperties.Builder |
supportedWriteOperationsWithStrings(String... supportedWriteOperations)
A list of supported write operations.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DestinationFieldProperties.Builder isCreatable(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.DestinationFieldProperties.Builder isNullable(Boolean isNullable)
Specifies if the destination field can have a null value.
isNullable
- Specifies if the destination field can have a null value.DestinationFieldProperties.Builder isUpsertable(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.DestinationFieldProperties.Builder isUpdatable(Boolean isUpdatable)
Specifies whether the field can be updated during an UPDATE
or UPSERT
write
operation.
isUpdatable
- Specifies whether the field can be updated during an UPDATE
or UPSERT
write
operation.DestinationFieldProperties.Builder supportedWriteOperationsWithStrings(Collection<String> supportedWriteOperations)
A list of supported write operations. For each write operation listed, this field can be used in
idFieldNames
when that write operation is present as a destination option.
supportedWriteOperations
- A list of supported write operations. For each write operation listed, this field can be used in
idFieldNames
when that write operation is present as a destination option.DestinationFieldProperties.Builder supportedWriteOperationsWithStrings(String... supportedWriteOperations)
A list of supported write operations. For each write operation listed, this field can be used in
idFieldNames
when that write operation is present as a destination option.
supportedWriteOperations
- A list of supported write operations. For each write operation listed, this field can be used in
idFieldNames
when that write operation is present as a destination option.DestinationFieldProperties.Builder supportedWriteOperations(Collection<WriteOperationType> supportedWriteOperations)
A list of supported write operations. For each write operation listed, this field can be used in
idFieldNames
when that write operation is present as a destination option.
supportedWriteOperations
- A list of supported write operations. For each write operation listed, this field can be used in
idFieldNames
when that write operation is present as a destination option.DestinationFieldProperties.Builder supportedWriteOperations(WriteOperationType... supportedWriteOperations)
A list of supported write operations. For each write operation listed, this field can be used in
idFieldNames
when that write operation is present as a destination option.
supportedWriteOperations
- A list of supported write operations. For each write operation listed, this field can be used in
idFieldNames
when that write operation is present as a destination option.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.