| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFieldDefinition |
ImmutableFieldDefinition.Builder.build()
Builds a new
ImmutableFieldDefinition. |
static ImmutableFieldDefinition |
ImmutableFieldDefinition.copyOf(FieldDefinition instance)
Creates an immutable copy of a
FieldDefinition value. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withConstraints(FieldConstraints value)
Copy the current immutable object by setting a value for the
constraints attribute. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withCustomProperties(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
customProperties map with the specified map. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withDataType(FieldDataType value)
Copy the current immutable object by setting a value for the
dataType attribute. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withDataTypeLabel(String value)
Copy the current immutable object by setting a value for the
dataTypeLabel attribute. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withDefaultValue(String value)
Copy the current immutable object by setting a value for the
defaultValue attribute. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withFieldName(String value)
Copy the current immutable object by setting a value for the
fieldName attribute. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withFilterOperators(ConnectorOperator... elements)
Copy the current immutable object with elements that replace the content of
filterOperators. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withFilterOperators(Iterable<? extends ConnectorOperator> elements)
Copy the current immutable object with elements that replace the content of
filterOperators. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withIsDeprecated(Boolean value)
Copy the current immutable object by setting a value for the
isDeprecated attribute. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withIsPrimaryKey(Boolean value)
Copy the current immutable object by setting a value for the
isPrimaryKey attribute. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withLabel(String value)
Copy the current immutable object by setting a value for the
label attribute. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withReadProperties(ReadOperationProperty value)
Copy the current immutable object by setting a value for the
readProperties attribute. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withWriteProperties(WriteOperationProperty value)
Copy the current immutable object by setting a value for the
writeProperties attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.