public static interface Item.Builder extends CopyableBuilder<Item.Builder,Item>
| Modifier and Type | Method and Description |
|---|---|
Item.Builder |
alternateNameEncoding(String alternateNameEncoding) |
Item.Builder |
attributes(Attribute... attributes)
A list of attributes.
|
Item.Builder |
attributes(Collection<Attribute> attributes)
A list of attributes.
|
Item.Builder |
name(String name)
The name of the item.
|
copyapply, buildItem.Builder name(String name)
name - The name of the item.Item.Builder alternateNameEncoding(String alternateNameEncoding)
alternateNameEncoding - Item.Builder attributes(Collection<Attribute> attributes)
attributes - A list of attributes.Item.Builder attributes(Attribute... attributes)
attributes - A list of attributes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.