Interface ListStudioComponentsRequest.Builder

    • Method Detail

      • maxResults

        ListStudioComponentsRequest.Builder maxResults​(Integer maxResults)

        The max number of results to return in the response.

        Parameters:
        maxResults - The max number of results to return in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListStudioComponentsRequest.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statesWithStrings

        ListStudioComponentsRequest.Builder statesWithStrings​(Collection<String> states)

        Filters the request to studio components that are in one of the given states.

        Parameters:
        states - Filters the request to studio components that are in one of the given states.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statesWithStrings

        ListStudioComponentsRequest.Builder statesWithStrings​(String... states)

        Filters the request to studio components that are in one of the given states.

        Parameters:
        states - Filters the request to studio components that are in one of the given states.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • states

        ListStudioComponentsRequest.Builder states​(Collection<StudioComponentState> states)

        Filters the request to studio components that are in one of the given states.

        Parameters:
        states - Filters the request to studio components that are in one of the given states.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • states

        ListStudioComponentsRequest.Builder states​(StudioComponentState... states)

        Filters the request to studio components that are in one of the given states.

        Parameters:
        states - Filters the request to studio components that are in one of the given states.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • studioId

        ListStudioComponentsRequest.Builder studioId​(String studioId)

        The studio ID.

        Parameters:
        studioId - The studio ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • typesWithStrings

        ListStudioComponentsRequest.Builder typesWithStrings​(Collection<String> types)

        Filters the request to studio components that are of one of the given types.

        Parameters:
        types - Filters the request to studio components that are of one of the given types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • typesWithStrings

        ListStudioComponentsRequest.Builder typesWithStrings​(String... types)

        Filters the request to studio components that are of one of the given types.

        Parameters:
        types - Filters the request to studio components that are of one of the given types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • types

        ListStudioComponentsRequest.Builder types​(Collection<StudioComponentType> types)

        Filters the request to studio components that are of one of the given types.

        Parameters:
        types - Filters the request to studio components that are of one of the given types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • types

        ListStudioComponentsRequest.Builder types​(StudioComponentType... types)

        Filters the request to studio components that are of one of the given types.

        Parameters:
        types - Filters the request to studio components that are of one of the given types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.