Interface DescribeActivationsResponse.Builder

    • Method Detail

      • activationList

        DescribeActivationsResponse.Builder activationList​(Collection<Activation> activationList)

        A list of activations for your Amazon Web Services account.

        Parameters:
        activationList - A list of activations for your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • activationList

        DescribeActivationsResponse.Builder activationList​(Activation... activationList)

        A list of activations for your Amazon Web Services account.

        Parameters:
        activationList - A list of activations for your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeActivationsResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. Use this token to get the next set of results.

        Parameters:
        nextToken - The token for the next set of items to return. Use this token to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.