Interface StackDefinition.Builder

All Superinterfaces:
Buildable, CopyableBuilder<StackDefinition.Builder,StackDefinition>, SdkBuilder<StackDefinition.Builder,StackDefinition>, SdkPojo
Enclosing class:
StackDefinition

@Mutable @NotThreadSafe public static interface StackDefinition.Builder extends SdkPojo, CopyableBuilder<StackDefinition.Builder,StackDefinition>
  • Method Details

    • stackName

      StackDefinition.Builder stackName(String stackName)

      The name associated with the stack.

      Parameters:
      stackName - The name associated with the stack.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateBody

      StackDefinition.Builder templateBody(String templateBody)

      The file path for the stack template file.

      Parameters:
      templateBody - The file path for the stack template file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateURL

      StackDefinition.Builder templateURL(String templateURL)

      The desired final state of the stack template.

      Parameters:
      templateURL - The desired final state of the stack template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.