Interface ListComponentTypesResponse.Builder

    • Method Detail

      • workspaceId

        ListComponentTypesResponse.Builder workspaceId​(String workspaceId)

        The ID of the workspace.

        Parameters:
        workspaceId - The ID of the workspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentTypeSummaries

        ListComponentTypesResponse.Builder componentTypeSummaries​(Collection<ComponentTypeSummary> componentTypeSummaries)

        A list of objects that contain information about the component types.

        Parameters:
        componentTypeSummaries - A list of objects that contain information about the component types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentTypeSummaries

        ListComponentTypesResponse.Builder componentTypeSummaries​(ComponentTypeSummary... componentTypeSummaries)

        A list of objects that contain information about the component types.

        Parameters:
        componentTypeSummaries - A list of objects that contain information about the component types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListComponentTypesResponse.Builder nextToken​(String nextToken)

        The string that specifies the next page of results.

        Parameters:
        nextToken - The string that specifies the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListComponentTypesResponse.Builder maxResults​(Integer maxResults)

        Specifies the maximum number of results to display.

        Parameters:
        maxResults - Specifies the maximum number of results to display.
        Returns:
        Returns a reference to this object so that method calls can be chained together.