public static interface Condition.Builder extends SdkPojo, CopyableBuilder<Condition.Builder,Condition>
| Modifier and Type | Method and Description |
|---|---|
Condition.Builder |
after(Instant after)
After the specified timestamp.
|
Condition.Builder |
before(Instant before)
Before the specified timestamp
|
Condition.Builder |
equalsValue(AttributeValueList equalsValue)
The value is equal to the provided string or integer.
|
default Condition.Builder |
equalsValue(Consumer<AttributeValueList.Builder> equalsValue)
The value is equal to the provided string or integer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCondition.Builder after(Instant after)
After the specified timestamp.
after - After the specified timestamp.Condition.Builder before(Instant before)
Before the specified timestamp
before - Before the specified timestampCondition.Builder equalsValue(AttributeValueList equalsValue)
The value is equal to the provided string or integer.
equalsValue - The value is equal to the provided string or integer.default Condition.Builder equalsValue(Consumer<AttributeValueList.Builder> equalsValue)
The value is equal to the provided string or integer.
This is a convenience method that creates an instance of theAttributeValueList.Builder avoiding the
need to create one manually via AttributeValueList.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to equalsValue(AttributeValueList).
equalsValue - a consumer that will call methods on AttributeValueList.BuilderequalsValue(AttributeValueList)Copyright © 2023. All rights reserved.