Interface ListDevEnvironmentsRequest.Builder

    • Method Detail

      • spaceName

        ListDevEnvironmentsRequest.Builder spaceName​(String spaceName)

        The name of the space.

        Parameters:
        spaceName - The name of the space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectName

        ListDevEnvironmentsRequest.Builder projectName​(String projectName)

        The name of the project in the space.

        Parameters:
        projectName - The name of the project in the space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListDevEnvironmentsRequest.Builder filters​(Collection<Filter> filters)

        Information about filters to apply to narrow the results returned in the list.

        Parameters:
        filters - Information about filters to apply to narrow the results returned in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListDevEnvironmentsRequest.Builder filters​(Filter... filters)

        Information about filters to apply to narrow the results returned in the list.

        Parameters:
        filters - Information about filters to apply to narrow the results returned in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListDevEnvironmentsRequest.Builder filters​(Consumer<Filter.Builder>... filters)

        Information about filters to apply to narrow the results returned in the list.

        This is a convenience method that creates an instance of the Filter.Builder avoiding the need to create one manually via Filter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #filters(List).

        Parameters:
        filters - a consumer that will call methods on Filter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #filters(java.util.Collection)
      • nextToken

        ListDevEnvironmentsRequest.Builder nextToken​(String nextToken)

        A token returned from a call to this API to indicate the next batch of results to return, if any.

        Parameters:
        nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListDevEnvironmentsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken element, which you can use to obtain additional results.

        Parameters:
        maxResults - The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken element, which you can use to obtain additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.