CopyableBuilder<Item.Builder,Item>
, SdkBuilder<Item.Builder,Item>
public static interface Item.Builder extends CopyableBuilder<Item.Builder,Item>
Modifier and Type | Method | Description |
---|---|---|
Item.Builder |
alternateNameEncoding(String alternateNameEncoding) |
|
Item.Builder |
attributes(Collection<Attribute> attributes) |
A list of attributes.
|
Item.Builder |
attributes(Attribute... attributes) |
A list of attributes.
|
Item.Builder |
name(String name) |
The name of the item.
|
copy
apply, build
Item.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)
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection)
or #withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- A list of attributes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.