Interface DescribeApplicationsResponse.Builder

    • Method Detail

      • applications

        DescribeApplicationsResponse.Builder applications​(Collection<WorkSpaceApplication> applications)

        List of information about the specified applications.

        Parameters:
        applications - List of information about the specified applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applications

        DescribeApplicationsResponse.Builder applications​(WorkSpaceApplication... applications)

        List of information about the specified applications.

        Parameters:
        applications - List of information about the specified applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeApplicationsResponse.Builder nextToken​(String nextToken)

        If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

        Parameters:
        nextToken - If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.