| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorEntityField |
ConnectorEntityField.clone() |
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.withLabel(String label)
The label applied to a connector entity 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 © 2021. All rights reserved.