public static interface TypedAttributeValueRange.Builder extends SdkPojo, CopyableBuilder<TypedAttributeValueRange.Builder,TypedAttributeValueRange>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTypedAttributeValueRange.Builder startMode(String startMode)
The inclusive or exclusive range start.
TypedAttributeValueRange.Builder startMode(RangeMode startMode)
The inclusive or exclusive range start.
TypedAttributeValueRange.Builder startValue(TypedAttributeValue startValue)
The value to start the range at.
startValue - The value to start the range at.default TypedAttributeValueRange.Builder startValue(Consumer<TypedAttributeValue.Builder> startValue)
The value to start the range at.
This is a convenience method that creates an instance of theTypedAttributeValue.Builder avoiding the
need to create one manually via TypedAttributeValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to startValue(TypedAttributeValue).
startValue - a consumer that will call methods on TypedAttributeValue.BuilderstartValue(TypedAttributeValue)TypedAttributeValueRange.Builder endMode(String endMode)
The inclusive or exclusive range end.
TypedAttributeValueRange.Builder endMode(RangeMode endMode)
The inclusive or exclusive range end.
TypedAttributeValueRange.Builder endValue(TypedAttributeValue endValue)
The attribute value to terminate the range at.
endValue - The attribute value to terminate the range at.default TypedAttributeValueRange.Builder endValue(Consumer<TypedAttributeValue.Builder> endValue)
The attribute value to terminate the range at.
This is a convenience method that creates an instance of theTypedAttributeValue.Builder avoiding the
need to create one manually via TypedAttributeValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to endValue(TypedAttributeValue).
endValue - a consumer that will call methods on TypedAttributeValue.BuilderendValue(TypedAttributeValue)Copyright © 2022. All rights reserved.