| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFieldConstraints |
ImmutableFieldConstraints.Builder.build()
Builds a new
ImmutableFieldConstraints. |
static ImmutableFieldConstraints |
ImmutableFieldConstraints.copyOf(FieldConstraints instance)
Creates an immutable copy of a
FieldConstraints value. |
ImmutableFieldConstraints |
ImmutableFieldConstraints.withAllowedDateFormat(String value)
Copy the current immutable object by setting a value for the
allowedDateFormat attribute. |
ImmutableFieldConstraints |
ImmutableFieldConstraints.withAllowedLengthRange(RangeConstraint value)
Copy the current immutable object by setting a value for the
allowedLengthRange attribute. |
ImmutableFieldConstraints |
ImmutableFieldConstraints.withAllowedValueRange(RangeConstraint value)
Copy the current immutable object by setting a value for the
allowedValueRange attribute. |
ImmutableFieldConstraints |
ImmutableFieldConstraints.withAllowedValues(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
allowedValues. |
ImmutableFieldConstraints |
ImmutableFieldConstraints.withAllowedValues(String... elements)
Copy the current immutable object with elements that replace the content of
allowedValues. |
ImmutableFieldConstraints |
ImmutableFieldConstraints.withAllowedValuesRegexPattern(String value)
Copy the current immutable object by setting a value for the
allowedValuesRegexPattern attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.