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