Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackDefinition.Builder
-
Packages that use StackDefinition.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackDefinition.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackDefinition.Builder Modifier and Type Method Description static StackDefinition.BuilderStackDefinition. builder()StackDefinition.BuilderStackDefinition.Builder. stackName(String stackName)The name associated with the stack.StackDefinition.BuilderStackDefinition.Builder. templateBody(String templateBody)The file path for the stack template file.StackDefinition.BuilderStackDefinition.Builder. templateURL(String templateURL)The desired final state of the stack template.StackDefinition.BuilderStackDefinition. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackDefinition.Builder Modifier and Type Method Description static Class<? extends StackDefinition.Builder>StackDefinition. serializableBuilderClass()
-