| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorEntityField |
ConnectorEntityField.addCustomPropertiesEntry(String key,
String value)
Add a single CustomProperties entry
|
ConnectorEntityField |
ConnectorEntityField.clearCustomPropertiesEntries()
Removes all the entries added into CustomProperties.
|
ConnectorEntityField |
ConnectorEntityField.clone() |
ConnectorEntityField |
ConnectorEntityField.withCustomProperties(Map<String,String> customProperties)
A map that has specific properties related to the ConnectorEntityField.
|
ConnectorEntityField |
ConnectorEntityField.withDefaultValue(String defaultValue)
Default value that can be assigned to this field.
|
ConnectorEntityField |
ConnectorEntityField.withDescription(String description)
A description of the connector entity field.
|
ConnectorEntityField |
ConnectorEntityField.withDestinationProperties(DestinationFieldProperties destinationProperties)
The properties applied to a field when the connector is being used as a destination.
|
ConnectorEntityField |
ConnectorEntityField.withIdentifier(String identifier)
The unique identifier of the connector field.
|
ConnectorEntityField |
ConnectorEntityField.withIsDeprecated(Boolean isDeprecated)
Booelan value that indicates whether this field is deprecated or not.
|
ConnectorEntityField |
ConnectorEntityField.withIsPrimaryKey(Boolean isPrimaryKey)
Booelan value that indicates whether this field can be used as a primary key.
|
ConnectorEntityField |
ConnectorEntityField.withLabel(String label)
The label applied to a connector entity field.
|
ConnectorEntityField |
ConnectorEntityField.withParentIdentifier(String parentIdentifier)
The parent identifier of the connector field.
|
ConnectorEntityField |
ConnectorEntityField.withSourceProperties(SourceFieldProperties sourceProperties)
The properties that can be applied to a field when the connector is being used as a source.
|
ConnectorEntityField |
ConnectorEntityField.withSupportedFieldTypeDetails(SupportedFieldTypeDetails supportedFieldTypeDetails)
Contains details regarding the supported
FieldType, including the corresponding
filterOperators and supportedValues. |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorEntityField> |
DescribeConnectorEntityResult.getConnectorEntityFields()
Describes the fields for that connector entity.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorEntityResult |
DescribeConnectorEntityResult.withConnectorEntityFields(ConnectorEntityField... connectorEntityFields)
Describes the fields for that connector entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeConnectorEntityResult.setConnectorEntityFields(Collection<ConnectorEntityField> connectorEntityFields)
Describes the fields for that connector entity.
|
DescribeConnectorEntityResult |
DescribeConnectorEntityResult.withConnectorEntityFields(Collection<ConnectorEntityField> connectorEntityFields)
Describes the fields for that connector entity.
|
Copyright © 2024. All rights reserved.