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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
A string that provides a description of the hub content.DescribeHubContentResponse.Builder
hubContentName(String hubContentName)
The name of the hub content.DescribeHubContentResponse.Builder
hubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords for the hub content.DescribeHubContentResponse.Builder
hubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords for the hub content.DescribeHubContentResponse.Builder
hubContentStatus(String hubContentStatus)
The status of the hub content.DescribeHubContentResponse.Builder
hubContentStatus(HubContentStatus hubContentStatus)
The status of the hub content.DescribeHubContentResponse.Builder
hubContentType(String hubContentType)
The type of hub content.DescribeHubContentResponse.Builder
hubContentType(HubContentType 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.DescribeHubContentResponse.Builder
lastModifiedTime(Instant lastModifiedTime)
The last modified time of the hub content.DescribeHubContentResponse.Builder
referenceMinVersion(String referenceMinVersion)
The minimum version of the hub content.DescribeHubContentResponse.Builder
sageMakerPublicHubContentArn(String sageMakerPublicHubContentArn)
The ARN of the public hub content.DescribeHubContentResponse.Builder
supportStatus(String supportStatus)
The support status of the hub content.DescribeHubContentResponse.Builder
supportStatus(HubContentSupportStatus supportStatus)
The support status of the hub content.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
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
,HubContentType
-
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:
HubContentType
,HubContentType
-
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.
-
supportStatus
DescribeHubContentResponse.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:
HubContentSupportStatus
,HubContentSupportStatus
-
supportStatus
DescribeHubContentResponse.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:
HubContentSupportStatus
,HubContentSupportStatus
-
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 theHubContentDependency.Builder
avoiding the need to create one manually viaHubContentDependency.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#hubContentDependencies(List
.) - Parameters:
hubContentDependencies
- a consumer that will call methods onHubContentDependency.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#hubContentDependencies(java.util.Collection
)
-
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
,HubContentStatus
-
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:
HubContentStatus
,HubContentStatus
-
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.
-
-