Interface ConfiguredTableAssociationAnalysisRuleList.Builder

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

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

    • allowedResultReceivers

      ConfiguredTableAssociationAnalysisRuleList.Builder allowedResultReceivers(Collection<String> allowedResultReceivers)

      The list of collaboration members who are allowed to receive results of queries run with this configured table.

      Parameters:
      allowedResultReceivers - The list of collaboration members who are allowed to receive results of queries run with this configured table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedResultReceivers

      ConfiguredTableAssociationAnalysisRuleList.Builder allowedResultReceivers(String... allowedResultReceivers)

      The list of collaboration members who are allowed to receive results of queries run with this configured table.

      Parameters:
      allowedResultReceivers - The list of collaboration members who are allowed to receive results of queries run with this configured table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedAdditionalAnalyses

      ConfiguredTableAssociationAnalysisRuleList.Builder allowedAdditionalAnalyses(Collection<String> allowedAdditionalAnalyses)

      The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.

      Parameters:
      allowedAdditionalAnalyses - The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedAdditionalAnalyses

      ConfiguredTableAssociationAnalysisRuleList.Builder allowedAdditionalAnalyses(String... allowedAdditionalAnalyses)

      The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.

      Parameters:
      allowedAdditionalAnalyses - The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.