public static interface DeletableItem.Builder extends CopyableBuilder<DeletableItem.Builder,DeletableItem>
Modifier and Type | Method and Description |
---|---|
DeletableItem.Builder |
attributes(Attribute... attributes)
Sets the value of the Attributes property for this object.
|
DeletableItem.Builder |
attributes(Collection<Attribute> attributes)
Sets the value of the Attributes property for this object.
|
DeletableItem.Builder |
name(String name)
Sets the value of the Name property for this object.
|
copy
apply, build
DeletableItem.Builder name(String name)
name
- The new value for the Name property for this object.DeletableItem.Builder attributes(Collection<Attribute> attributes)
attributes
- The new value for the Attributes property for this object.DeletableItem.Builder attributes(Attribute... attributes)
attributes
- The new value for the Attributes property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.