Interface ListWorkspacesRequest.Builder

    • Method Detail

      • nextToken

        ListWorkspacesRequest.Builder nextToken​(String nextToken)

        Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListWorkspaces request.

        Parameters:
        nextToken - Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListWorkspaces request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alias

        ListWorkspacesRequest.Builder alias​(String alias)

        Optional filter for workspace alias. Only the workspaces with aliases that begin with this value will be returned.

        Parameters:
        alias - Optional filter for workspace alias. Only the workspaces with aliases that begin with this value will be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListWorkspacesRequest.Builder maxResults​(Integer maxResults)

        Maximum results to return in response (default=100, maximum=1000).

        Parameters:
        maxResults - Maximum results to return in response (default=100, maximum=1000).
        Returns:
        Returns a reference to this object so that method calls can be chained together.