Uses of Interface
software.amazon.awssdk.services.cloudformation.model.Parameter.Builder
Packages that use Parameter.Builder
-
Uses of Parameter.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return Parameter.BuilderModifier and TypeMethodDescriptionstatic Parameter.BuilderParameter.builder()Parameter.Builder.parameterKey(String parameterKey) The key associated with the parameter.Parameter.Builder.parameterValue(String parameterValue) The input value associated with the parameter.Parameter.Builder.resolvedValue(String resolvedValue) Read-only.Parameter.toBuilder()Parameter.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Parameter.Builder>Parameter.serializableBuilderClass()