@Generated(value="software.amazon.awssdk:codegen") public final class ConnectorEntityField extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectorEntityField.Builder,ConnectorEntityField>
Describes the data model of a connector field. For example, for an account entity, the fields would be account name, account ID, and so on.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConnectorEntityField.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorEntityField.Builder |
builder() |
String |
description()
A description of the connector entity field.
|
DestinationFieldProperties |
destinationProperties()
The properties applied to a field when the connector is being used as a destination.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identifier()
The unique identifier of the connector field.
|
String |
label()
The label applied to a connector entity field.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConnectorEntityField.Builder> |
serializableBuilderClass() |
SourceFieldProperties |
sourceProperties()
The properties that can be applied to a field when the connector is being used as a source.
|
SupportedFieldTypeDetails |
supportedFieldTypeDetails()
Contains details regarding the supported
FieldType, including the corresponding
filterOperators and supportedValues. |
ConnectorEntityField.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identifier()
The unique identifier of the connector field.
public final String label()
The label applied to a connector entity field.
public final SupportedFieldTypeDetails supportedFieldTypeDetails()
Contains details regarding the supported FieldType, including the corresponding
filterOperators and supportedValues.
FieldType, including the corresponding
filterOperators and supportedValues.public final String description()
A description of the connector entity field.
public final SourceFieldProperties sourceProperties()
The properties that can be applied to a field when the connector is being used as a source.
public final DestinationFieldProperties destinationProperties()
The properties applied to a field when the connector is being used as a destination.
public ConnectorEntityField.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConnectorEntityField.Builder,ConnectorEntityField>public static ConnectorEntityField.Builder builder()
public static Class<? extends ConnectorEntityField.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.