Interface DirectAnalysisConfigurationDetails.Builder

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

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

    • receiverAccountIds

      DirectAnalysisConfigurationDetails.Builder receiverAccountIds(Collection<String> receiverAccountIds)

      The account IDs for the member who received the results of a protected query.

      Parameters:
      receiverAccountIds - The account IDs for the member who received the results of a protected query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • receiverAccountIds

      DirectAnalysisConfigurationDetails.Builder receiverAccountIds(String... receiverAccountIds)

      The account IDs for the member who received the results of a protected query.

      Parameters:
      receiverAccountIds - The account IDs for the member who received the results of a protected query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.