| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.addAllFilterOperators(Iterable<? extends ConnectorOperator> elements)
Adds elements to
filterOperators list. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.addFilterOperators(ConnectorOperator... elements)
Adds elements to
filterOperators list. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.addFilterOperators(ConnectorOperator element)
Adds one element to
filterOperators list. |
static ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.builder()
Creates a builder for
ImmutableFieldDefinition. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.constraints(FieldConstraints constraints)
Initializes the value for the
constraints attribute. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.customProperties(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
customProperties map. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.dataType(FieldDataType dataType)
Initializes the value for the
dataType attribute. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.dataTypeLabel(String dataTypeLabel)
Initializes the value for the
dataTypeLabel attribute. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.defaultValue(String defaultValue)
Initializes the value for the
defaultValue attribute. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.description(String description)
Initializes the value for the
description attribute. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.fieldName(String fieldName)
Initializes the value for the
fieldName attribute. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.filterOperators(Iterable<? extends ConnectorOperator> elements)
Sets or replaces all elements for
filterOperators list. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.from(FieldDefinition instance)
Fill a builder with attribute values from the provided
FieldDefinition instance. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.isDeprecated(Boolean isDeprecated)
Initializes the value for the
isDeprecated attribute. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.isPrimaryKey(Boolean isPrimaryKey)
Initializes the value for the
isPrimaryKey attribute. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.label(String label)
Initializes the value for the
label attribute. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.putAllCustomProperties(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
customProperties map. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.putCustomProperties(Map.Entry<String,? extends String> entry)
Put one entry to the
customProperties map. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.putCustomProperties(String key,
String value)
Put one entry to the
customProperties map. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.readProperties(ReadOperationProperty readProperties)
Initializes the value for the
readProperties attribute. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.writeProperties(WriteOperationProperty writeProperties)
Initializes the value for the
writeProperties attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.