Uses of Interface
software.amazon.awssdk.services.cloudformation.model.Parameter.Builder
-
Packages that use Parameter.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of Parameter.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return Parameter.Builder Modifier and Type Method Description static Parameter.BuilderParameter. builder()Parameter.BuilderParameter.Builder. parameterKey(String parameterKey)The key associated with the parameter.Parameter.BuilderParameter.Builder. parameterValue(String parameterValue)The input value associated with the parameter.Parameter.BuilderParameter.Builder. resolvedValue(String resolvedValue)Read-only.Parameter.BuilderParameter. toBuilder()Parameter.BuilderParameter.Builder. usePreviousValue(Boolean usePreviousValue)During a stack update, use the existing parameter value that the stack is using for a given parameter key.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type Parameter.Builder Modifier and Type Method Description static Class<? extends Parameter.Builder>Parameter. serializableBuilderClass()
-