@Value.Immutable
public interface WriteOperationProperty
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isCreatable()
Specifies if the destination field can be created by the current user.
|
Boolean |
isDefaultedOnCreate()
Specifies if default value will be used by application while creating records if not provided.
|
Boolean |
isNullable()
Specifies if the destination field can have a null value.
|
Boolean |
isUpdatable()
Specifies whether the field can be updated during an UPDATE or UPSERT write operation.
|
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.
|
List<WriteOperationType> |
supportedWriteOperations()
A list of supported write operations.
|
@Nullable Boolean isCreatable()
@Nullable Boolean isUpdatable()
@Nullable Boolean isUpsertable()
@Nullable Boolean isDefaultedOnCreate()
@Nullable List<WriteOperationType> supportedWriteOperations()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.