Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ParameterConstraints.Builder
-
Packages that use ParameterConstraints.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ParameterConstraints.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ParameterConstraints.Builder Modifier and Type Method Description ParameterConstraints.BuilderParameterConstraints.Builder. allowedValues(String... allowedValues)A list of values that are permitted for a parameter.ParameterConstraints.BuilderParameterConstraints.Builder. allowedValues(Collection<String> allowedValues)A list of values that are permitted for a parameter.static ParameterConstraints.BuilderParameterConstraints. builder()ParameterConstraints.BuilderParameterConstraints. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ParameterConstraints.Builder Modifier and Type Method Description static Class<? extends ParameterConstraints.Builder>ParameterConstraints. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ParameterConstraints.Builder Modifier and Type Method Description default ParameterDeclaration.BuilderParameterDeclaration.Builder. parameterConstraints(Consumer<ParameterConstraints.Builder> parameterConstraints)The criteria that CloudFormation uses to validate parameter values.
-