| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model | |
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Method and Description |
|---|---|
EntityDefinition |
ImmutableConnectorContext.entityDefinition()
Entity definition in compressed form.
|
EntityDefinition |
ConnectorContext.entityDefinition()
Entity definition in compressed form.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableConnectorContext.Builder |
ImmutableConnectorContext.Builder.entityDefinition(EntityDefinition entityDefinition)
Initializes the value for the
entityDefinition attribute. |
ImmutableConnectorContext |
ImmutableConnectorContext.withEntityDefinition(EntityDefinition value)
Copy the current immutable object by setting a value for the
entityDefinition attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableEntityDefinition
Immutable implementation of
EntityDefinition. |
| Modifier and Type | Method and Description |
|---|---|
EntityDefinition |
ImmutableDescribeEntityResponse.entityDefinition()
Data model of the entity.
|
EntityDefinition |
DescribeEntityResponse.entityDefinition()
Data model of the entity.
|
| Modifier and Type | Method and Description |
|---|---|
static ImmutableEntityDefinition |
ImmutableEntityDefinition.copyOf(EntityDefinition instance)
Creates an immutable copy of a
EntityDefinition value. |
ImmutableDescribeEntityResponse.Builder |
ImmutableDescribeEntityResponse.Builder.entityDefinition(EntityDefinition entityDefinition)
Initializes the value for the
entityDefinition attribute. |
ImmutableEntityDefinition.Builder |
ImmutableEntityDefinition.Builder.from(EntityDefinition instance)
Fill a builder with attribute values from the provided
EntityDefinition instance. |
ImmutableDescribeEntityResponse |
ImmutableDescribeEntityResponse.withEntityDefinition(EntityDefinition value)
Copy the current immutable object by setting a value for the
entityDefinition attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.