Interface CreateCloudFormationStepInput.Builder

    • Method Detail

      • templateLocation

        CreateCloudFormationStepInput.Builder templateLocation​(String templateLocation)

        The template location of the CloudFormation step input.

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

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

        The CloudFormation properties of the CloudFormation step input.

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