Interface HubContentInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HubContentInfo.Builder,
,HubContentInfo> SdkBuilder<HubContentInfo.Builder,
,HubContentInfo> SdkPojo
- Enclosing class:
HubContentInfo
@Mutable
@NotThreadSafe
public static interface HubContentInfo.Builder
extends SdkPojo, CopyableBuilder<HubContentInfo.Builder,HubContentInfo>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The date and time that the hub content was created.documentSchemaVersion
(String documentSchemaVersion) The version of the hub content document schema.hubContentArn
(String hubContentArn) The Amazon Resource Name (ARN) of the hub content.hubContentDescription
(String hubContentDescription) A description of the hub content.hubContentDisplayName
(String hubContentDisplayName) The display name of the hub content.hubContentName
(String hubContentName) The name of the hub content.hubContentSearchKeywords
(String... hubContentSearchKeywords) The searchable keywords for the hub content.hubContentSearchKeywords
(Collection<String> hubContentSearchKeywords) The searchable keywords for the hub content.hubContentStatus
(String hubContentStatus) The status of the hub content.hubContentStatus
(HubContentStatus hubContentStatus) The status of the hub content.hubContentType
(String hubContentType) The type of hub content.hubContentType
(HubContentType hubContentType) The type of hub content.hubContentVersion
(String hubContentVersion) The version of the hub content.originalCreationTime
(Instant originalCreationTime) The date and time when the hub content was originally created, before any updates or revisions.sageMakerPublicHubContentArn
(String sageMakerPublicHubContentArn) The ARN of the public hub content.supportStatus
(String supportStatus) The support status of the hub content.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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-
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.
-
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
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
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
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
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
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.
-
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:
-
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:
-
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
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
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
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
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.
-
originalCreationTime
The date and time when the hub content was originally created, before any updates or revisions.
- Parameters:
originalCreationTime
- The date and time when the hub content was originally created, before any updates or revisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-