Interface UpdateHubContentRequest.Builder

    • Method Detail

      • hubName

        UpdateHubContentRequest.Builder hubName​(String hubName)

        The name of the SageMaker hub that contains the hub content you want to update. You can optionally use the hub ARN instead.

        Parameters:
        hubName - The name of the SageMaker hub that contains the hub content you want to update. You can optionally use the hub ARN instead.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hubContentName

        UpdateHubContentRequest.Builder hubContentName​(String hubContentName)

        The name of the hub content resource that you want to update.

        Parameters:
        hubContentName - The name of the hub content resource that you want to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hubContentType

        UpdateHubContentRequest.Builder hubContentType​(String hubContentType)

        The content type of the resource that you want to update. Only specify a Model or Notebook resource for this API. To update a ModelReference, use the UpdateHubContentReference API instead.

        Parameters:
        hubContentType - The content type of the resource that you want to update. Only specify a Model or Notebook resource for this API. To update a ModelReference, use the UpdateHubContentReference API instead.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HubContentType, HubContentType
      • hubContentType

        UpdateHubContentRequest.Builder hubContentType​(HubContentType hubContentType)

        The content type of the resource that you want to update. Only specify a Model or Notebook resource for this API. To update a ModelReference, use the UpdateHubContentReference API instead.

        Parameters:
        hubContentType - The content type of the resource that you want to update. Only specify a Model or Notebook resource for this API. To update a ModelReference, use the UpdateHubContentReference API instead.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HubContentType, HubContentType
      • hubContentVersion

        UpdateHubContentRequest.Builder hubContentVersion​(String hubContentVersion)

        The hub content version that you want to update. For example, if you have two versions of a resource in your hub, you can update the second version.

        Parameters:
        hubContentVersion - The hub content version that you want to update. For example, if you have two versions of a resource in your hub, you can update the second version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hubContentDisplayName

        UpdateHubContentRequest.Builder hubContentDisplayName​(String hubContentDisplayName)

        The display name of the hub content.

        Parameters:
        hubContentDisplayName - The display name of the hub content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hubContentDescription

        UpdateHubContentRequest.Builder hubContentDescription​(String hubContentDescription)

        The description of the hub content.

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

        UpdateHubContentRequest.Builder hubContentMarkdown​(String hubContentMarkdown)

        A string that provides a description of the hub content. This string can include links, tables, and standard markdown formatting.

        Parameters:
        hubContentMarkdown - A string that provides a description of the hub content. This string can include links, tables, and standard markdown formatting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hubContentSearchKeywords

        UpdateHubContentRequest.Builder hubContentSearchKeywords​(Collection<String> hubContentSearchKeywords)

        The searchable keywords of the hub content.

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

        UpdateHubContentRequest.Builder hubContentSearchKeywords​(String... hubContentSearchKeywords)

        The searchable keywords of the hub content.

        Parameters:
        hubContentSearchKeywords - The searchable keywords of the hub content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.