Interface ListAcceleratorsResponse.Builder

    • Method Detail

      • accelerators

        ListAcceleratorsResponse.Builder accelerators​(Collection<Accelerator> accelerators)

        The list of accelerators for a customer account.

        Parameters:
        accelerators - The list of accelerators for a customer account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accelerators

        ListAcceleratorsResponse.Builder accelerators​(Accelerator... accelerators)

        The list of accelerators for a customer account.

        Parameters:
        accelerators - The list of accelerators for a customer account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAcceleratorsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. You receive this token from a previous call.

        Parameters:
        nextToken - The token for the next set of results. You receive this token from a previous call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.