public static interface Attribute.Builder extends SdkPojo, CopyableBuilder<Attribute.Builder,Attribute>
Modifier and Type | Method and Description |
---|---|
Attribute.Builder |
name(String name)
The name of the attribute.
|
Attribute.Builder |
value(String value)
The value of the attribute.
|
copy
applyMutation, build
Attribute.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.