public static interface ReplaceableAttribute.Builder extends CopyableBuilder<ReplaceableAttribute.Builder,ReplaceableAttribute>
Modifier and Type | Method and Description |
---|---|
ReplaceableAttribute.Builder |
name(String name)
The name of the replaceable attribute.
|
ReplaceableAttribute.Builder |
replace(Boolean replace)
A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair.
|
ReplaceableAttribute.Builder |
value(String value)
The value of the replaceable attribute.
|
copy
applyMutation, build
ReplaceableAttribute.Builder name(String name)
name
- The name of the replaceable attribute.ReplaceableAttribute.Builder value(String value)
value
- The value of the replaceable attribute.ReplaceableAttribute.Builder replace(Boolean replace)
false
.replace
- A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value
pair. The default setting is false
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.