Interface ListIdentityPoolUsageResponse.Builder

    • Method Detail

      • identityPoolUsages

        ListIdentityPoolUsageResponse.Builder identityPoolUsages​(Collection<IdentityPoolUsage> identityPoolUsages)
        Usage information for the identity pools.
        Parameters:
        identityPoolUsages - Usage information for the identity pools.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identityPoolUsages

        ListIdentityPoolUsageResponse.Builder identityPoolUsages​(IdentityPoolUsage... identityPoolUsages)
        Usage information for the identity pools.
        Parameters:
        identityPoolUsages - Usage information for the identity pools.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListIdentityPoolUsageResponse.Builder maxResults​(Integer maxResults)
        The maximum number of results to be returned.
        Parameters:
        maxResults - The maximum number of results to be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • count

        ListIdentityPoolUsageResponse.Builder count​(Integer count)
        Total number of identities for the identity pool.
        Parameters:
        count - Total number of identities for the identity pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListIdentityPoolUsageResponse.Builder nextToken​(String nextToken)
        A pagination token for obtaining the next page of results.
        Parameters:
        nextToken - A pagination token for obtaining the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.