public static interface ParameterValue.Builder extends SdkPojo, CopyableBuilder<ParameterValue.Builder,ParameterValue>
| Modifier and Type | Method and Description |
|---|---|
ParameterValue.Builder |
name(String name)
The key associated with the parameter.
|
ParameterValue.Builder |
value(String value)
The input value associated with the parameter.
|
copyapplyMutation, buildParameterValue.Builder name(String name)
The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
name - The key associated with the parameter. If you don't specify a key and value for a particular
parameter, AWS CloudFormation uses the default value that is specified in your template.ParameterValue.Builder value(String value)
The input value associated with the parameter.
value - The input value associated with the parameter.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.