| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Method and Description |
|---|---|
ImmutableEntityDefinition |
ImmutableEntityDefinition.Builder.build()
Builds a new
ImmutableEntityDefinition. |
static ImmutableEntityDefinition |
ImmutableEntityDefinition.copyOf(EntityDefinition instance)
Creates an immutable copy of a
EntityDefinition value. |
ImmutableEntityDefinition |
ImmutableEntityDefinition.withCustomProperties(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
customProperties map with the specified map. |
ImmutableEntityDefinition |
ImmutableEntityDefinition.withEntity(Entity value)
Copy the current immutable object by setting a value for the
entity attribute. |
ImmutableEntityDefinition |
ImmutableEntityDefinition.withFields(FieldDefinition... elements)
Copy the current immutable object with elements that replace the content of
fields. |
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.