public static interface ParameterConstraints.Builder extends CopyableBuilder<ParameterConstraints.Builder,ParameterConstraints>
| Modifier and Type | Method and Description |
|---|---|
ParameterConstraints.Builder |
allowedValues(Collection<String> allowedValues)
The values that the administrator has allowed for the parameter.
|
ParameterConstraints.Builder |
allowedValues(String... allowedValues)
The values that the administrator has allowed for the parameter.
|
copyapply, buildParameterConstraints.Builder allowedValues(Collection<String> allowedValues)
The values that the administrator has allowed for the parameter.
allowedValues - The values that the administrator has allowed for the parameter.ParameterConstraints.Builder allowedValues(String... allowedValues)
The values that the administrator has allowed for the parameter.
allowedValues - The values that the administrator has allowed for the parameter.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.