| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Method and Description |
|---|---|
FieldDataType |
ImmutableFieldDefinition.dataType()
DataType of this field.
|
FieldDataType |
FieldDefinition.dataType()
DataType of this field.
|
static FieldDataType |
FieldDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldDataType[] |
FieldDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.dataType(FieldDataType dataType)
Initializes the value for the
dataType attribute. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withDataType(FieldDataType value)
Copy the current immutable object by setting a value for the
dataType attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.