| Package | Description |
|---|---|
| com.amazonaws.services.serverlessapplicationrepository.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterDefinition |
ParameterDefinition.clone() |
ParameterDefinition |
ParameterDefinition.withAllowedPattern(String allowedPattern)
A regular expression that represents the patterns to allow for String types.
|
ParameterDefinition |
ParameterDefinition.withAllowedValues(Collection<String> allowedValues)
An array containing the list of values allowed for the parameter.
|
ParameterDefinition |
ParameterDefinition.withAllowedValues(String... allowedValues)
An array containing the list of values allowed for the parameter.
|
ParameterDefinition |
ParameterDefinition.withConstraintDescription(String constraintDescription)
A string that explains a constraint when the constraint is violated.
|
ParameterDefinition |
ParameterDefinition.withDefaultValue(String defaultValue)
A value of the appropriate type for the template to use if no value is specified when a stack is created.
|
ParameterDefinition |
ParameterDefinition.withDescription(String description)
A string of up to 4,000 characters that describes the parameter.
|
ParameterDefinition |
ParameterDefinition.withMaxLength(Integer maxLength)
An integer value that determines the largest number of characters that you want to allow for String types.
|
ParameterDefinition |
ParameterDefinition.withMaxValue(Integer maxValue)
A numeric value that determines the largest numeric value that you want to allow for Number types.
|
ParameterDefinition |
ParameterDefinition.withMinLength(Integer minLength)
An integer value that determines the smallest number of characters that you want to allow for String types.
|
ParameterDefinition |
ParameterDefinition.withMinValue(Integer minValue)
A numeric value that determines the smallest numeric value that you want to allow for Number types.
|
ParameterDefinition |
ParameterDefinition.withName(String name)
The name of the parameter.
|
ParameterDefinition |
ParameterDefinition.withNoEcho(Boolean noEcho)
Whether to mask the parameter value whenever anyone makes a call that describes the stack.
|
ParameterDefinition |
ParameterDefinition.withReferencedByResources(Collection<String> referencedByResources)
A list of AWS SAM resources that use this parameter.
|
ParameterDefinition |
ParameterDefinition.withReferencedByResources(String... referencedByResources)
A list of AWS SAM resources that use this parameter.
|
ParameterDefinition |
ParameterDefinition.withType(String type)
The type of the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDefinition> |
Version.getParameterDefinitions()
An array of parameter types supported by the application.
|
List<ParameterDefinition> |
CreateApplicationVersionResult.getParameterDefinitions()
An array of parameter types supported by the application.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
Version.withParameterDefinitions(ParameterDefinition... parameterDefinitions)
An array of parameter types supported by the application.
|
CreateApplicationVersionResult |
CreateApplicationVersionResult.withParameterDefinitions(ParameterDefinition... parameterDefinitions)
An array of parameter types supported by the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Version.setParameterDefinitions(Collection<ParameterDefinition> parameterDefinitions)
An array of parameter types supported by the application.
|
void |
CreateApplicationVersionResult.setParameterDefinitions(Collection<ParameterDefinition> parameterDefinitions)
An array of parameter types supported by the application.
|
Version |
Version.withParameterDefinitions(Collection<ParameterDefinition> parameterDefinitions)
An array of parameter types supported by the application.
|
CreateApplicationVersionResult |
CreateApplicationVersionResult.withParameterDefinitions(Collection<ParameterDefinition> parameterDefinitions)
An array of parameter types supported by the application.
|
Copyright © 2024. All rights reserved.