Interface CloudFormation.Builder

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

public static interface CloudFormation.Builder extends SdkPojo, CopyableBuilder<CloudFormation.Builder,CloudFormation>
  • Method Details

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