Interface BatchGetFreeTrialInfoResponse.Builder

    • Method Detail

      • accounts

        BatchGetFreeTrialInfoResponse.Builder accounts​(Collection<FreeTrialAccountInfo> accounts)

        An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.

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

        BatchGetFreeTrialInfoResponse.Builder accounts​(FreeTrialAccountInfo... accounts)

        An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.

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

        BatchGetFreeTrialInfoResponse.Builder failedAccounts​(Collection<FreeTrialInfoError> failedAccounts)

        An array of objects detailing any accounts that free trial data could not be returned for.

        Parameters:
        failedAccounts - An array of objects detailing any accounts that free trial data could not be returned for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedAccounts

        BatchGetFreeTrialInfoResponse.Builder failedAccounts​(FreeTrialInfoError... failedAccounts)

        An array of objects detailing any accounts that free trial data could not be returned for.

        Parameters:
        failedAccounts - An array of objects detailing any accounts that free trial data could not be returned for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.