@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.