Interface UpdateHubContentRequest.Builder

  • Method Details

    • 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

      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:
    • 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.
    • supportStatus

      UpdateHubContentRequest.Builder supportStatus(String supportStatus)

      Indicates the current status of the hub content resource.

      Parameters:
      supportStatus - Indicates the current status of the hub content resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • supportStatus

      Indicates the current status of the hub content resource.

      Parameters:
      supportStatus - Indicates the current status of the hub content resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      UpdateHubContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.