Interface HubContentInfo.Builder

  • Method Details

    • hubContentName

      HubContentInfo.Builder hubContentName(String hubContentName)

      The name of the hub content.

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

      HubContentInfo.Builder hubContentArn(String hubContentArn)

      The Amazon Resource Name (ARN) of the hub content.

      Parameters:
      hubContentArn - The Amazon Resource Name (ARN) of the hub content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sageMakerPublicHubContentArn

      HubContentInfo.Builder sageMakerPublicHubContentArn(String sageMakerPublicHubContentArn)

      The ARN of the public hub content.

      Parameters:
      sageMakerPublicHubContentArn - The ARN of the public hub content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hubContentVersion

      HubContentInfo.Builder hubContentVersion(String hubContentVersion)

      The version of the hub content.

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

      HubContentInfo.Builder hubContentType(String hubContentType)

      The type of hub content.

      Parameters:
      hubContentType - The type of hub content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hubContentType

      HubContentInfo.Builder hubContentType(HubContentType hubContentType)

      The type of hub content.

      Parameters:
      hubContentType - The type of hub content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • documentSchemaVersion

      HubContentInfo.Builder documentSchemaVersion(String documentSchemaVersion)

      The version of the hub content document schema.

      Parameters:
      documentSchemaVersion - The version of the hub content document schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hubContentDisplayName

      HubContentInfo.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

      HubContentInfo.Builder hubContentDescription(String hubContentDescription)

      A description of the hub content.

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

      HubContentInfo.Builder supportStatus(String supportStatus)

      The support status of the hub content.

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

      HubContentInfo.Builder supportStatus(HubContentSupportStatus supportStatus)

      The support status of the hub content.

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

      HubContentInfo.Builder hubContentSearchKeywords(Collection<String> hubContentSearchKeywords)

      The searchable keywords for the hub content.

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

      HubContentInfo.Builder hubContentSearchKeywords(String... hubContentSearchKeywords)

      The searchable keywords for the hub content.

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

      HubContentInfo.Builder hubContentStatus(String hubContentStatus)

      The status of the hub content.

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

      HubContentInfo.Builder hubContentStatus(HubContentStatus hubContentStatus)

      The status of the hub content.

      Parameters:
      hubContentStatus - The status of the hub content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      HubContentInfo.Builder creationTime(Instant creationTime)

      The date and time that the hub content was created.

      Parameters:
      creationTime - The date and time that the hub content was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • originalCreationTime

      HubContentInfo.Builder originalCreationTime(Instant originalCreationTime)

      The date and time when the hub content was originally created, before any updates or revisions.

      Parameters:
      originalCreationTime - The date and time when the hub content was originally created, before any updates or revisions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.