Interface TemplateSourceAnalysis.Builder

    • Method Detail

      • arn

        TemplateSourceAnalysis.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the resource.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSetReferences

        TemplateSourceAnalysis.Builder dataSetReferences​(Collection<DataSetReference> dataSetReferences)

        A structure containing information about the dataset references used as placeholders in the template.

        Parameters:
        dataSetReferences - A structure containing information about the dataset references used as placeholders in the template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSetReferences

        TemplateSourceAnalysis.Builder dataSetReferences​(DataSetReference... dataSetReferences)

        A structure containing information about the dataset references used as placeholders in the template.

        Parameters:
        dataSetReferences - A structure containing information about the dataset references used as placeholders in the template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.