| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterConstraints |
ParameterConstraints.clone() |
ParameterConstraints |
ProvisioningArtifactParameter.getParameterConstraints()
Constraints that the administrator has put on a parameter.
|
ParameterConstraints |
ParameterConstraints.withAllowedPattern(String allowedPattern)
A regular expression that represents the patterns that allow for
String types. |
ParameterConstraints |
ParameterConstraints.withAllowedValues(Collection<String> allowedValues)
The values that the administrator has allowed for the parameter.
|
ParameterConstraints |
ParameterConstraints.withAllowedValues(String... allowedValues)
The values that the administrator has allowed for the parameter.
|
ParameterConstraints |
ParameterConstraints.withConstraintDescription(String constraintDescription)
A string that explains a constraint when the constraint is violated.
|
ParameterConstraints |
ParameterConstraints.withMaxLength(String maxLength)
An integer value that determines the largest number of characters you want to allow for
String
types. |
ParameterConstraints |
ParameterConstraints.withMaxValue(String maxValue)
A numeric value that determines the largest numeric value you want to allow for
Number types. |
ParameterConstraints |
ParameterConstraints.withMinLength(String minLength)
An integer value that determines the smallest number of characters you want to allow for
String
types. |
ParameterConstraints |
ParameterConstraints.withMinValue(String minValue)
A numeric value that determines the smallest numeric value you want to allow for
Number types. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProvisioningArtifactParameter.setParameterConstraints(ParameterConstraints parameterConstraints)
Constraints that the administrator has put on a parameter.
|
ProvisioningArtifactParameter |
ProvisioningArtifactParameter.withParameterConstraints(ParameterConstraints parameterConstraints)
Constraints that the administrator has put on a parameter.
|
Copyright © 2025. All rights reserved.