public static interface ParameterAttribute.Builder extends CopyableBuilder<ParameterAttribute.Builder,ParameterAttribute>
| Modifier and Type | Method and Description |
|---|---|
ParameterAttribute.Builder |
key(String key)
The field identifier.
|
ParameterAttribute.Builder |
stringValue(String stringValue)
The field value, expressed as a String.
|
copyapply, buildParameterAttribute.Builder key(String key)
The field identifier.
key - The field identifier.ParameterAttribute.Builder stringValue(String stringValue)
The field value, expressed as a String.
stringValue - The field value, expressed as a String.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.