CopyableBuilder<Attribute.Builder,Attribute>, SdkBuilder<Attribute.Builder,Attribute>public static interface Attribute.Builder extends CopyableBuilder<Attribute.Builder,Attribute>
| Modifier and Type | Method | Description |
|---|---|---|
Attribute.Builder |
name(String name) |
The name of the attribute.
|
Attribute.Builder |
value(String value) |
The value of the attribute.
|
copyapply, buildAttribute.Builder name(String name)
The name of the attribute.
name - The name of the attribute.Attribute.Builder value(String value)
The value of the attribute.
value - The value of the attribute.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.