CopyableBuilder<DeletableItem.Builder,DeletableItem>
, SdkBuilder<DeletableItem.Builder,DeletableItem>
public static interface DeletableItem.Builder extends CopyableBuilder<DeletableItem.Builder,DeletableItem>
Modifier and Type | Method | Description |
---|---|---|
DeletableItem.Builder |
attributes(Collection<Attribute> attributes) |
|
DeletableItem.Builder |
attributes(Attribute... attributes) |
NOTE: This method appends the values to the existing list (if any).
|
DeletableItem.Builder |
name(String name) |
copy
apply, build
DeletableItem.Builder name(String name)
name
- DeletableItem.Builder attributes(Collection<Attribute> attributes)
attributes
- DeletableItem.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
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.