Interface Condition.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Condition.Builder,,- Condition> - SdkBuilder<Condition.Builder,,- Condition> - SdkPojo
- Enclosing class:
- Condition
@Mutable
@NotThreadSafe
public static interface Condition.Builder
extends SdkPojo, CopyableBuilder<Condition.Builder,Condition> 
- 
Method SummaryModifier and TypeMethodDescriptionAfter the specified timestamp.Before the specified timestampdefault Condition.BuilderequalsValue(Consumer<AttributeValueList.Builder> equalsValue) The value is equal to the provided string or integer.equalsValue(AttributeValueList equalsValue) The value is equal to the provided string or integer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
afterAfter the specified timestamp. - Parameters:
- after- After the specified timestamp.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
beforeBefore the specified timestamp - Parameters:
- before- Before the specified timestamp
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
equalsValueThe value is equal to the provided string or integer. - Parameters:
- equalsValue- The value is equal to the provided string or integer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
equalsValueThe value is equal to the provided string or integer. This is a convenience method that creates an instance of theAttributeValueList.Builderavoiding the need to create one manually viaAttributeValueList.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toequalsValue(AttributeValueList).- Parameters:
- equalsValue- a consumer that will call methods on- AttributeValueList.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-