| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableEntity.Builder |
ImmutableEntity.builder()
Creates a builder for
ImmutableEntity. |
ImmutableEntity.Builder |
ImmutableEntity.Builder.customProperties(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
customProperties map. |
ImmutableEntity.Builder |
ImmutableEntity.Builder.description(String description)
Initializes the value for the
description attribute. |
ImmutableEntity.Builder |
ImmutableEntity.Builder.entityIdentifier(String entityIdentifier)
Initializes the value for the
entityIdentifier attribute. |
ImmutableEntity.Builder |
ImmutableEntity.Builder.from(Entity instance)
Fill a builder with attribute values from the provided
Entity instance. |
ImmutableEntity.Builder |
ImmutableEntity.Builder.hasNestedEntities(boolean hasNestedEntities)
Initializes the value for the
hasNestedEntities attribute. |
ImmutableEntity.Builder |
ImmutableEntity.Builder.isWritable(boolean isWritable)
Initializes the value for the
isWritable attribute. |
ImmutableEntity.Builder |
ImmutableEntity.Builder.label(String label)
Initializes the value for the
label attribute. |
ImmutableEntity.Builder |
ImmutableEntity.Builder.putAllCustomProperties(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
customProperties map. |
ImmutableEntity.Builder |
ImmutableEntity.Builder.putCustomProperties(Map.Entry<String,? extends String> entry)
Put one entry to the
customProperties map. |
ImmutableEntity.Builder |
ImmutableEntity.Builder.putCustomProperties(String key,
String value)
Put one entry to the
customProperties map. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.