| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFieldConstraints.Builder |
ImmutableFieldConstraints.Builder.addAllAllowedValues(Iterable<String> elements)
Adds elements to
allowedValues list. |
ImmutableFieldConstraints.Builder |
ImmutableFieldConstraints.Builder.addAllowedValues(String... elements)
Adds elements to
allowedValues list. |
ImmutableFieldConstraints.Builder |
ImmutableFieldConstraints.Builder.addAllowedValues(String element)
Adds one element to
allowedValues list. |
ImmutableFieldConstraints.Builder |
ImmutableFieldConstraints.Builder.allowedDateFormat(String allowedDateFormat)
Initializes the value for the
allowedDateFormat attribute. |
ImmutableFieldConstraints.Builder |
ImmutableFieldConstraints.Builder.allowedLengthRange(RangeConstraint allowedLengthRange)
Initializes the value for the
allowedLengthRange attribute. |
ImmutableFieldConstraints.Builder |
ImmutableFieldConstraints.Builder.allowedValueRange(RangeConstraint allowedValueRange)
Initializes the value for the
allowedValueRange attribute. |
ImmutableFieldConstraints.Builder |
ImmutableFieldConstraints.Builder.allowedValues(Iterable<String> elements)
Sets or replaces all elements for
allowedValues list. |
ImmutableFieldConstraints.Builder |
ImmutableFieldConstraints.Builder.allowedValuesRegexPattern(String allowedValuesRegexPattern)
Initializes the value for the
allowedValuesRegexPattern attribute. |
static ImmutableFieldConstraints.Builder |
ImmutableFieldConstraints.builder()
Creates a builder for
ImmutableFieldConstraints. |
ImmutableFieldConstraints.Builder |
ImmutableFieldConstraints.Builder.from(FieldConstraints instance)
Fill a builder with attribute values from the provided
FieldConstraints instance. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.