| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableFieldDefinition
Immutable implementation of
FieldDefinition. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<FieldDefinition> |
ImmutableEntityDefinition.fields()
List of data models of the fields an Entity has.
|
List<FieldDefinition> |
EntityDefinition.fields()
List of data models of the fields an Entity has.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableEntityDefinition.Builder |
ImmutableEntityDefinition.Builder.addFields(FieldDefinition... elements)
Adds elements to
fields list. |
ImmutableEntityDefinition.Builder |
ImmutableEntityDefinition.Builder.addFields(FieldDefinition element)
Adds one element to
fields list. |
static ImmutableFieldDefinition |
ImmutableFieldDefinition.copyOf(FieldDefinition instance)
Creates an immutable copy of a
FieldDefinition value. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.from(FieldDefinition instance)
Fill a builder with attribute values from the provided
FieldDefinition instance. |
ImmutableEntityDefinition |
ImmutableEntityDefinition.withFields(FieldDefinition... elements)
Copy the current immutable object with elements that replace the content of
fields. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableEntityDefinition.Builder |
ImmutableEntityDefinition.Builder.addAllFields(Iterable<? extends FieldDefinition> elements)
Adds elements to
fields list. |
ImmutableEntityDefinition.Builder |
ImmutableEntityDefinition.Builder.fields(Iterable<? extends FieldDefinition> elements)
Sets or replaces all elements for
fields list. |
ImmutableEntityDefinition |
ImmutableEntityDefinition.withFields(Iterable<? extends FieldDefinition> elements)
Copy the current immutable object with elements that replace the content of
fields. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.