Interface BatchUpdateAutomatedDiscoveryAccountsResponse.Builder

    • Method Detail

      • errors

        BatchUpdateAutomatedDiscoveryAccountsResponse.Builder errors​(Collection<AutomatedDiscoveryAccountUpdateError> errors)

        An array of objects, one for each account whose status wasn’t changed. Each object identifies the account and explains why the status of automated sensitive data discovery wasn’t changed for the account. This value is null if the request succeeded for all specified accounts.

        Parameters:
        errors - An array of objects, one for each account whose status wasn’t changed. Each object identifies the account and explains why the status of automated sensitive data discovery wasn’t changed for the account. This value is null if the request succeeded for all specified accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        BatchUpdateAutomatedDiscoveryAccountsResponse.Builder errors​(AutomatedDiscoveryAccountUpdateError... errors)

        An array of objects, one for each account whose status wasn’t changed. Each object identifies the account and explains why the status of automated sensitive data discovery wasn’t changed for the account. This value is null if the request succeeded for all specified accounts.

        Parameters:
        errors - An array of objects, one for each account whose status wasn’t changed. Each object identifies the account and explains why the status of automated sensitive data discovery wasn’t changed for the account. This value is null if the request succeeded for all specified accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.