Interface CloudFormation.Builder

    • Method Detail

      • templateLocation

        CloudFormation.Builder templateLocation​(String templateLocation)

        The template location of the CloudFormation template.

        Parameters:
        templateLocation - The template location of the CloudFormation template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        CloudFormation.Builder parameters​(Map<String,​String> parameters)

        The CloudFormation properties in the CloudFormation template.

        Parameters:
        parameters - The CloudFormation properties in the CloudFormation template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.