public static interface Attribute.Builder extends CopyableBuilder<Attribute.Builder,Attribute>
Modifier and Type | Method and Description |
---|---|
Attribute.Builder |
key(String key)
The attribute key.
|
Attribute.Builder |
value(String value)
The value assigned to the attribute key.
|
copy
applyMutation, build
Attribute.Builder key(String key)
The attribute key.
key
- The attribute key.Attribute.Builder value(String value)
The value assigned to the attribute key.
value
- The value assigned to the attribute key.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.