public static interface DescribeHubContentResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeHubContentResponse.Builder,DescribeHubContentResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeHubContentResponse.Builder |
creationTime(Instant creationTime)
The date and time that hub content was created.
|
DescribeHubContentResponse.Builder |
documentSchemaVersion(String documentSchemaVersion)
The document schema version for the hub content.
|
DescribeHubContentResponse.Builder |
failureReason(String failureReason)
The failure reason if importing hub content failed.
|
DescribeHubContentResponse.Builder |
hubArn(String hubArn)
The Amazon Resource Name (ARN) of the hub that contains the content.
|
DescribeHubContentResponse.Builder |
hubContentArn(String hubContentArn)
The Amazon Resource Name (ARN) of the hub content.
|
DescribeHubContentResponse.Builder |
hubContentDependencies(Collection<HubContentDependency> hubContentDependencies)
The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or
notebooks.
|
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.
|
DescribeHubContentResponse.Builder |
hubContentDependencies(HubContentDependency... hubContentDependencies)
The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or
notebooks.
|
DescribeHubContentResponse.Builder |
hubContentDescription(String hubContentDescription)
A description of the hub content.
|
DescribeHubContentResponse.Builder |
hubContentDisplayName(String hubContentDisplayName)
The display name of the hub content.
|
DescribeHubContentResponse.Builder |
hubContentDocument(String hubContentDocument)
The hub content document that describes information about the hub content such as type, associated
containers, scripts, and more.
|
DescribeHubContentResponse.Builder |
hubContentMarkdown(String hubContentMarkdown)
Markdown files associated with the hub content to import.
|
DescribeHubContentResponse.Builder |
hubContentName(String hubContentName)
The name of the hub content.
|
DescribeHubContentResponse.Builder |
hubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords for the hub content.
|
DescribeHubContentResponse.Builder |
hubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords for the hub content.
|
DescribeHubContentResponse.Builder |
hubContentStatus(HubContentStatus hubContentStatus)
The status of the hub content.
|
DescribeHubContentResponse.Builder |
hubContentStatus(String hubContentStatus)
The status of the hub content.
|
DescribeHubContentResponse.Builder |
hubContentType(HubContentType hubContentType)
The type of hub content.
|
DescribeHubContentResponse.Builder |
hubContentType(String hubContentType)
The type of hub content.
|
DescribeHubContentResponse.Builder |
hubContentVersion(String hubContentVersion)
The version of the hub content.
|
DescribeHubContentResponse.Builder |
hubName(String hubName)
The name of the hub that contains the content.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeHubContentResponse.Builder hubContentName(String hubContentName)
The name of the hub content.
hubContentName - The name of the hub content.DescribeHubContentResponse.Builder hubContentArn(String hubContentArn)
The Amazon Resource Name (ARN) of the hub content.
hubContentArn - The Amazon Resource Name (ARN) of the hub content.DescribeHubContentResponse.Builder hubContentVersion(String hubContentVersion)
The version of the hub content.
hubContentVersion - The version of the hub content.DescribeHubContentResponse.Builder hubContentType(String hubContentType)
The type of hub content.
hubContentType - The type of hub content.HubContentType,
HubContentTypeDescribeHubContentResponse.Builder hubContentType(HubContentType hubContentType)
The type of hub content.
hubContentType - The type of hub content.HubContentType,
HubContentTypeDescribeHubContentResponse.Builder documentSchemaVersion(String documentSchemaVersion)
The document schema version for the hub content.
documentSchemaVersion - The document schema version for the hub content.DescribeHubContentResponse.Builder hubName(String hubName)
The name of the hub that contains the content.
hubName - The name of the hub that contains the content.DescribeHubContentResponse.Builder hubArn(String hubArn)
The Amazon Resource Name (ARN) of the hub that contains the content.
hubArn - The Amazon Resource Name (ARN) of the hub that contains the content.DescribeHubContentResponse.Builder hubContentDisplayName(String hubContentDisplayName)
The display name of the hub content.
hubContentDisplayName - The display name of the hub content.DescribeHubContentResponse.Builder hubContentDescription(String hubContentDescription)
A description of the hub content.
hubContentDescription - A description of the hub content.DescribeHubContentResponse.Builder hubContentMarkdown(String hubContentMarkdown)
Markdown files associated with the hub content to import.
hubContentMarkdown - Markdown files associated with the hub content to import.DescribeHubContentResponse.Builder hubContentDocument(String hubContentDocument)
The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.
hubContentDocument - The hub content document that describes information about the hub content such as type, associated
containers, scripts, and more.DescribeHubContentResponse.Builder hubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords for the hub content.
hubContentSearchKeywords - The searchable keywords for the hub content.DescribeHubContentResponse.Builder hubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords for the hub content.
hubContentSearchKeywords - The searchable keywords for the hub content.DescribeHubContentResponse.Builder hubContentDependencies(Collection<HubContentDependency> hubContentDependencies)
The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.
hubContentDependencies - The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets,
or notebooks.DescribeHubContentResponse.Builder hubContentDependencies(HubContentDependency... hubContentDependencies)
The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.
hubContentDependencies - The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets,
or notebooks.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 theHubContentDependency.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.
hubContentDependencies - a consumer that will call methods on
HubContentDependency.Builder#hubContentDependencies(java.util.Collection) DescribeHubContentResponse.Builder hubContentStatus(String hubContentStatus)
The status of the hub content.
hubContentStatus - The status of the hub content.HubContentStatus,
HubContentStatusDescribeHubContentResponse.Builder hubContentStatus(HubContentStatus hubContentStatus)
The status of the hub content.
hubContentStatus - The status of the hub content.HubContentStatus,
HubContentStatusDescribeHubContentResponse.Builder failureReason(String failureReason)
The failure reason if importing hub content failed.
failureReason - The failure reason if importing hub content failed.DescribeHubContentResponse.Builder creationTime(Instant creationTime)
The date and time that hub content was created.
creationTime - The date and time that hub content was created.Copyright © 2022. All rights reserved.