Interface StackDefinition.Builder

    • Method Detail

      • 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.