public static interface ParameterNameValue.Builder extends CopyableBuilder<ParameterNameValue.Builder,ParameterNameValue>
| Modifier and Type | Method and Description | 
|---|---|
ParameterNameValue.Builder | 
parameterName(String parameterName)
 The name of the parameter. 
 | 
ParameterNameValue.Builder | 
parameterValue(String parameterValue)
 The value of the parameter. 
 | 
copyapplyMutation, buildParameterNameValue.Builder parameterName(String parameterName)
The name of the parameter.
parameterName - The name of the parameter.ParameterNameValue.Builder parameterValue(String parameterValue)
The value of the parameter.
parameterValue - The value of the parameter.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.