Interface ListSpacesRequest.Builder

    • Method Detail

      • nextToken

        ListSpacesRequest.Builder nextToken​(String nextToken)

        If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

        Parameters:
        nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListSpacesRequest.Builder maxResults​(Integer maxResults)

        This parameter defines the maximum number of results that can be returned in a single response. The MaxResults parameter is an upper bound, not a target. If there are more results available than the value specified, a NextToken is provided in the response. The NextToken indicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value for MaxResults is 10.

        Parameters:
        maxResults - This parameter defines the maximum number of results that can be returned in a single response. The MaxResults parameter is an upper bound, not a target. If there are more results available than the value specified, a NextToken is provided in the response. The NextToken indicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value for MaxResults is 10.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortOrder

        ListSpacesRequest.Builder sortOrder​(String sortOrder)

        The sort order for the results. The default is Ascending.

        Parameters:
        sortOrder - The sort order for the results. The default is Ascending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListSpacesRequest.Builder sortOrder​(SortOrder sortOrder)

        The sort order for the results. The default is Ascending.

        Parameters:
        sortOrder - The sort order for the results. The default is Ascending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortBy

        ListSpacesRequest.Builder sortBy​(String sortBy)

        The parameter by which to sort the results. The default is CreationTime.

        Parameters:
        sortBy - The parameter by which to sort the results. The default is CreationTime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SpaceSortKey, SpaceSortKey
      • sortBy

        ListSpacesRequest.Builder sortBy​(SpaceSortKey sortBy)

        The parameter by which to sort the results. The default is CreationTime.

        Parameters:
        sortBy - The parameter by which to sort the results. The default is CreationTime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SpaceSortKey, SpaceSortKey
      • domainIdEquals

        ListSpacesRequest.Builder domainIdEquals​(String domainIdEquals)

        A parameter to search for the domain ID.

        Parameters:
        domainIdEquals - A parameter to search for the domain ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • spaceNameContains

        ListSpacesRequest.Builder spaceNameContains​(String spaceNameContains)

        A parameter by which to filter the results.

        Parameters:
        spaceNameContains - A parameter by which to filter the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.