CopyableBuilder<ReplaceableAttribute.Builder,ReplaceableAttribute>
, SdkBuilder<ReplaceableAttribute.Builder,ReplaceableAttribute>
public static interface ReplaceableAttribute.Builder extends CopyableBuilder<ReplaceableAttribute.Builder,ReplaceableAttribute>
Modifier and Type | Method | 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
apply, 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.