| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorEntityField.Builder |
ConnectorEntityField.builder() |
ConnectorEntityField.Builder |
ConnectorEntityField.Builder.customProperties(Map<String,String> customProperties)
A map that has specific properties related to the ConnectorEntityField.
|
ConnectorEntityField.Builder |
ConnectorEntityField.Builder.defaultValue(String defaultValue)
Default value that can be assigned to this field.
|
ConnectorEntityField.Builder |
ConnectorEntityField.Builder.description(String description)
A description of the connector entity field.
|
default ConnectorEntityField.Builder |
ConnectorEntityField.Builder.destinationProperties(Consumer<DestinationFieldProperties.Builder> destinationProperties)
The properties applied to a field when the connector is being used as a destination.
|
ConnectorEntityField.Builder |
ConnectorEntityField.Builder.destinationProperties(DestinationFieldProperties destinationProperties)
The properties applied to a field when the connector is being used as a destination.
|
ConnectorEntityField.Builder |
ConnectorEntityField.Builder.identifier(String identifier)
The unique identifier of the connector field.
|
ConnectorEntityField.Builder |
ConnectorEntityField.Builder.isDeprecated(Boolean isDeprecated)
Booelan value that indicates whether this field is deprecated or not.
|
ConnectorEntityField.Builder |
ConnectorEntityField.Builder.isPrimaryKey(Boolean isPrimaryKey)
Booelan value that indicates whether this field can be used as a primary key.
|
ConnectorEntityField.Builder |
ConnectorEntityField.Builder.label(String label)
The label applied to a connector entity field.
|
ConnectorEntityField.Builder |
ConnectorEntityField.Builder.parentIdentifier(String parentIdentifier)
The parent identifier of the connector field.
|
default ConnectorEntityField.Builder |
ConnectorEntityField.Builder.sourceProperties(Consumer<SourceFieldProperties.Builder> sourceProperties)
The properties that can be applied to a field when the connector is being used as a source.
|
ConnectorEntityField.Builder |
ConnectorEntityField.Builder.sourceProperties(SourceFieldProperties sourceProperties)
The properties that can be applied to a field when the connector is being used as a source.
|
default ConnectorEntityField.Builder |
ConnectorEntityField.Builder.supportedFieldTypeDetails(Consumer<SupportedFieldTypeDetails.Builder> supportedFieldTypeDetails)
Contains details regarding the supported
FieldType, including the corresponding
filterOperators and supportedValues. |
ConnectorEntityField.Builder |
ConnectorEntityField.Builder.supportedFieldTypeDetails(SupportedFieldTypeDetails supportedFieldTypeDetails)
Contains details regarding the supported
FieldType, including the corresponding
filterOperators and supportedValues. |
ConnectorEntityField.Builder |
ConnectorEntityField.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConnectorEntityField.Builder> |
ConnectorEntityField.serializableBuilderClass() |
Copyright © 2023. All rights reserved.