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