public static interface ParameterValue.Builder extends SdkPojo, CopyableBuilder<ParameterValue.Builder,ParameterValue>
| Modifier and Type | Method and Description |
|---|---|
ParameterValue.Builder |
id(String id)
The ID of the parameter value.
|
ParameterValue.Builder |
stringValue(String stringValue)
The field value, expressed as a String.
|
copyapplyMutation, buildParameterValue.Builder id(String id)
The ID of the parameter value.
id - The ID of the parameter value.ParameterValue.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.