CopyableBuilder<ParameterAttribute.Builder,ParameterAttribute>
, SdkBuilder<ParameterAttribute.Builder,ParameterAttribute>
public static interface ParameterAttribute.Builder extends CopyableBuilder<ParameterAttribute.Builder,ParameterAttribute>
Modifier and Type | Method | Description |
---|---|---|
ParameterAttribute.Builder |
key(String key) |
The field identifier.
|
ParameterAttribute.Builder |
stringValue(String stringValue) |
The field value, expressed as a String.
|
copy
apply, build
ParameterAttribute.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.