CopyableBuilder<ReplaceableItem.Builder,ReplaceableItem>
, SdkBuilder<ReplaceableItem.Builder,ReplaceableItem>
public static interface ReplaceableItem.Builder extends CopyableBuilder<ReplaceableItem.Builder,ReplaceableItem>
Modifier and Type | Method | Description |
---|---|---|
ReplaceableItem.Builder |
attributes(Collection<ReplaceableAttribute> attributes) |
The list of attributes for a replaceable item.
|
ReplaceableItem.Builder |
attributes(ReplaceableAttribute... attributes) |
The list of attributes for a replaceable item.
|
ReplaceableItem.Builder |
name(String name) |
The name of the replaceable item.
|
copy
apply, build
ReplaceableItem.Builder name(String name)
name
- The name of the replaceable item.ReplaceableItem.Builder attributes(Collection<ReplaceableAttribute> attributes)
attributes
- The list of attributes for a replaceable item.ReplaceableItem.Builder attributes(ReplaceableAttribute... 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
- The list of attributes for a replaceable item.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.