Interface HubContentInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HubContentInfo.Builder,HubContentInfo>, SdkBuilder<HubContentInfo.Builder,HubContentInfo>, SdkPojo
Enclosing class:
HubContentInfo

public static interface HubContentInfo.Builder extends SdkPojo, CopyableBuilder<HubContentInfo.Builder,HubContentInfo>
  • 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.
    • 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.
    • 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.