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