Interface ApplicationSource.Builder

    • Method Detail

      • cloudFormationStackARN

        ApplicationSource.Builder cloudFormationStackARN​(String cloudFormationStackARN)

        The Amazon Resource Name (ARN) of a AWS CloudFormation stack.

        Parameters:
        cloudFormationStackARN - The Amazon Resource Name (ARN) of a AWS CloudFormation stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagFilters

        ApplicationSource.Builder tagFilters​(Collection<TagFilter> tagFilters)

        A set of tags (up to 50).

        Parameters:
        tagFilters - A set of tags (up to 50).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagFilters

        ApplicationSource.Builder tagFilters​(TagFilter... tagFilters)

        A set of tags (up to 50).

        Parameters:
        tagFilters - A set of tags (up to 50).
        Returns:
        Returns a reference to this object so that method calls can be chained together.