Interface DescribeAppBlocksResponse.Builder

    • Method Detail

      • appBlocks

        DescribeAppBlocksResponse.Builder appBlocks​(Collection<AppBlock> appBlocks)

        The app blocks in the list.

        Parameters:
        appBlocks - The app blocks in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appBlocks

        DescribeAppBlocksResponse.Builder appBlocks​(AppBlock... appBlocks)

        The app blocks in the list.

        Parameters:
        appBlocks - The app blocks in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAppBlocksResponse.Builder nextToken​(String nextToken)

        The pagination token used to retrieve the next page of results for this operation.

        Parameters:
        nextToken - The pagination token used to retrieve the next page of results for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.