Interface ListAutomatedDiscoveryAccountsResponse.Builder

    • Method Detail

      • items

        ListAutomatedDiscoveryAccountsResponse.Builder items​(Collection<AutomatedDiscoveryAccount> items)

        An array of objects, one for each account specified in the request. Each object specifies the Amazon Web Services account ID for an account and the current status of automated sensitive data discovery for that account.

        Parameters:
        items - An array of objects, one for each account specified in the request. Each object specifies the Amazon Web Services account ID for an account and the current status of automated sensitive data discovery for that account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListAutomatedDiscoveryAccountsResponse.Builder items​(AutomatedDiscoveryAccount... items)

        An array of objects, one for each account specified in the request. Each object specifies the Amazon Web Services account ID for an account and the current status of automated sensitive data discovery for that account.

        Parameters:
        items - An array of objects, one for each account specified in the request. Each object specifies the Amazon Web Services account ID for an account and the current status of automated sensitive data discovery for that account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAutomatedDiscoveryAccountsResponse.Builder nextToken​(String nextToken)

        The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

        Parameters:
        nextToken - The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.