Interface ListAutomatedDiscoveryAccountsRequest.Builder

    • Method Detail

      • accountIds

        ListAutomatedDiscoveryAccountsRequest.Builder accountIds​(Collection<String> accountIds)

        The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status for multiple accounts, append the accountIds parameter and argument for each account, separated by an ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter.

        Parameters:
        accountIds - The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status for multiple accounts, append the accountIds parameter and argument for each account, separated by an ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIds

        ListAutomatedDiscoveryAccountsRequest.Builder accountIds​(String... accountIds)

        The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status for multiple accounts, append the accountIds parameter and argument for each account, separated by an ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter.

        Parameters:
        accountIds - The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status for multiple accounts, append the accountIds parameter and argument for each account, separated by an ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListAutomatedDiscoveryAccountsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items to include in each page of a paginated response.

        Parameters:
        maxResults - The maximum number of items to include in each page of a paginated response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAutomatedDiscoveryAccountsRequest.Builder nextToken​(String nextToken)

        The nextToken string that specifies which page of results to return in a paginated response.

        Parameters:
        nextToken - The nextToken string that specifies which page of results to return in a paginated response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.