Interface ListHubContentsResponse.Builder

    • Method Detail

      • hubContentSummaries

        ListHubContentsResponse.Builder hubContentSummaries​(Collection<HubContentInfo> hubContentSummaries)

        The summaries of the listed hub content.

        Parameters:
        hubContentSummaries - The summaries of the listed hub content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hubContentSummaries

        ListHubContentsResponse.Builder hubContentSummaries​(HubContentInfo... hubContentSummaries)

        The summaries of the listed hub content.

        Parameters:
        hubContentSummaries - The summaries of the listed hub content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListHubContentsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content, use it in the subsequent request.

        Parameters:
        nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content, use it in the subsequent request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.