Interface DescribeHubContentResponse.Builder

    • Method Detail

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

        DescribeHubContentResponse.Builder hubName​(String 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

        DescribeHubContentResponse.Builder hubArn​(String 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.
      • sageMakerPublicHubContentArn

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

        DescribeHubContentResponse.Builder referenceMinVersion​(String referenceMinVersion)

        The minimum version of the hub content.

        Parameters:
        referenceMinVersion - The minimum version of the hub content.
        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.
      • 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.
      • lastModifiedTime

        DescribeHubContentResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        The last modified time of the hub content.

        Parameters:
        lastModifiedTime - The last modified time of the hub content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.