CopyableBuilder<AttributeKeyAndValue.Builder,AttributeKeyAndValue>, SdkBuilder<AttributeKeyAndValue.Builder,AttributeKeyAndValue>public static interface AttributeKeyAndValue.Builder extends CopyableBuilder<AttributeKeyAndValue.Builder,AttributeKeyAndValue>
| Modifier and Type | Method | Description |
|---|---|---|
AttributeKeyAndValue.Builder |
key(AttributeKey key) |
The key of the attribute.
|
AttributeKeyAndValue.Builder |
value(TypedAttributeValue value) |
The value of the attribute.
|
copyapply, buildAttributeKeyAndValue.Builder key(AttributeKey key)
The key of the attribute.
key - The key of the attribute.AttributeKeyAndValue.Builder value(TypedAttributeValue value)
The value of the attribute.
value - The value of the attribute.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.