Interface BatchGetAccountStatusResponse.Builder

    • Method Detail

      • accounts

        BatchGetAccountStatusResponse.Builder accounts​(Collection<AccountState> accounts)

        An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.

        Parameters:
        accounts - An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accounts

        BatchGetAccountStatusResponse.Builder accounts​(AccountState... accounts)

        An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.

        Parameters:
        accounts - An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedAccounts

        BatchGetAccountStatusResponse.Builder failedAccounts​(Collection<FailedAccount> failedAccounts)

        An array of objects detailing any accounts that failed to enable Amazon Inspector and why.

        Parameters:
        failedAccounts - An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedAccounts

        BatchGetAccountStatusResponse.Builder failedAccounts​(FailedAccount... failedAccounts)

        An array of objects detailing any accounts that failed to enable Amazon Inspector and why.

        Parameters:
        failedAccounts - An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
        Returns:
        Returns a reference to this object so that method calls can be chained together.