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