public static interface OperationBuilder.Attribute<T>
Modifier and Type | Method and Description |
---|---|
T |
attribute(java.lang.String name,
java.lang.String value)
Adds the specified attribute.
|
T |
attributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Adds the specified attributes.
|
T attribute(java.lang.String name, java.lang.String value)
name
- the name of the attributevalue
- the value of the attributeT attributes(java.util.Map<java.lang.String,java.lang.String> attributes)
attributes
- the attributes to add