| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Method and Description |
|---|---|
ImmutableEntity |
ImmutableEntity.Builder.build()
Builds a new
ImmutableEntity. |
static ImmutableEntity |
ImmutableEntity.copyOf(Entity instance)
Creates an immutable copy of a
Entity value. |
ImmutableEntity |
ImmutableEntity.withCustomProperties(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
customProperties map with the specified map. |
ImmutableEntity |
ImmutableEntity.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableEntity |
ImmutableEntity.withEntityIdentifier(String value)
Copy the current immutable object by setting a value for the
entityIdentifier attribute. |
ImmutableEntity |
ImmutableEntity.withHasNestedEntities(boolean value)
Copy the current immutable object by setting a value for the
hasNestedEntities attribute. |
ImmutableEntity |
ImmutableEntity.withIsWritable(boolean value)
Copy the current immutable object by setting a value for the
isWritable attribute. |
ImmutableEntity |
ImmutableEntity.withLabel(String value)
Copy the current immutable object by setting a value for the
label attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.