CopyableBuilder<ObjectAttributeRange.Builder,ObjectAttributeRange>
, SdkBuilder<ObjectAttributeRange.Builder,ObjectAttributeRange>
public static interface ObjectAttributeRange.Builder extends CopyableBuilder<ObjectAttributeRange.Builder,ObjectAttributeRange>
Modifier and Type | Method | Description |
---|---|---|
ObjectAttributeRange.Builder |
attributeKey(AttributeKey attributeKey) |
The key of the attribute that the attribute range covers.
|
ObjectAttributeRange.Builder |
range(TypedAttributeValueRange range) |
The range of attribute values being selected.
|
copy
apply, build
ObjectAttributeRange.Builder attributeKey(AttributeKey attributeKey)
The key of the attribute that the attribute range covers.
attributeKey
- The key of the attribute that the attribute range covers.ObjectAttributeRange.Builder range(TypedAttributeValueRange range)
The range of attribute values being selected.
range
- The range of attribute values being selected.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.