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.
|
copy
apply, build
AttributeKeyAndValue.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.