public static interface ParameterAttribute.Builder extends SdkPojo, 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. 
 | 
copyapplyMutation, 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.