| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRangeConstraint
Immutable implementation of
RangeConstraint. |
| Modifier and Type | Method and Description |
|---|---|
RangeConstraint |
ImmutableFieldConstraints.allowedLengthRange()
Min and Max range of the length of the value.
|
RangeConstraint |
FieldConstraints.allowedLengthRange()
Min and Max range of the length of the value.
|
RangeConstraint |
ImmutableFieldConstraints.allowedValueRange()
Min and Max range of value of this field.
|
RangeConstraint |
FieldConstraints.allowedValueRange()
Min and Max range of value of this field.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
static ImmutableRangeConstraint |
ImmutableRangeConstraint.copyOf(RangeConstraint instance)
Creates an immutable copy of a
RangeConstraint value. |
ImmutableRangeConstraint.Builder |
ImmutableRangeConstraint.Builder.from(RangeConstraint instance)
Fill a builder with attribute values from the provided
RangeConstraint instance. |
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. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.