Interface DescribeHubContentResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeHubContentResponse.Builder,DescribeHubContentResponse>, SageMakerResponse.Builder, SdkBuilder<DescribeHubContentResponse.Builder,DescribeHubContentResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeHubContentResponse

public static interface DescribeHubContentResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeHubContentResponse.Builder,DescribeHubContentResponse>
  • Method Details

    • hubContentName

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

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

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

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

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

      DescribeHubContentResponse.Builder documentSchemaVersion(String documentSchemaVersion)

      The document schema version for the hub content.

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

      The name of the hub that contains the content.

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

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

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

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

      DescribeHubContentResponse.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.
    • hubContentMarkdown

      DescribeHubContentResponse.Builder hubContentMarkdown(String hubContentMarkdown)

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

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

      DescribeHubContentResponse.Builder hubContentDocument(String hubContentDocument)

      The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.

      Parameters:
      hubContentDocument - The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hubContentSearchKeywords

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

      DescribeHubContentResponse.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.
    • hubContentDependencies

      DescribeHubContentResponse.Builder hubContentDependencies(Collection<HubContentDependency> hubContentDependencies)

      The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.

      Parameters:
      hubContentDependencies - The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hubContentDependencies

      DescribeHubContentResponse.Builder hubContentDependencies(HubContentDependency... hubContentDependencies)

      The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.

      Parameters:
      hubContentDependencies - The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hubContentDependencies

      DescribeHubContentResponse.Builder hubContentDependencies(Consumer<HubContentDependency.Builder>... hubContentDependencies)

      The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.

      This is a convenience method that creates an instance of the HubContentDependency.Builder avoiding the need to create one manually via HubContentDependency.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to hubContentDependencies(List<HubContentDependency>).

      Parameters:
      hubContentDependencies - a consumer that will call methods on HubContentDependency.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hubContentStatus

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

      DescribeHubContentResponse.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:
    • failureReason

      DescribeHubContentResponse.Builder failureReason(String failureReason)

      The failure reason if importing hub content failed.

      Parameters:
      failureReason - The failure reason if importing hub content failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      DescribeHubContentResponse.Builder creationTime(Instant creationTime)

      The date and time that hub content was created.

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