@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() |
Map<String,String> |
customProperties()
A map that has specific properties related to the ConnectorEntityField.
|
String |
defaultValue()
Default value that can be assigned to this field.
|
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) |
boolean |
hasCustomProperties()
For responses, this returns true if the service returned a value for the CustomProperties property.
|
int |
hashCode() |
String |
identifier()
The unique identifier of the connector field.
|
Boolean |
isDeprecated()
Booelan value that indicates whether this field is deprecated or not.
|
Boolean |
isPrimaryKey()
Booelan value that indicates whether this field can be used as a primary key.
|
String |
label()
The label applied to a connector entity field.
|
String |
parentIdentifier()
The parent identifier of the connector 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 parentIdentifier()
The parent identifier of the connector field.
public final String label()
The label applied to a connector entity field.
public final Boolean isPrimaryKey()
Booelan value that indicates whether this field can be used as a primary key.
public final String defaultValue()
Default value that can be assigned to this field.
public final Boolean isDeprecated()
Booelan value that indicates whether this field is deprecated or not.
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 final boolean hasCustomProperties()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,String> customProperties()
A map that has specific properties related to the ConnectorEntityField.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCustomProperties() method.
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 © 2022. All rights reserved.