static HubContentInfo.Builder |
HubContentInfo.builder() |
|
HubContentInfo.Builder |
HubContentInfo.Builder.creationTime(Instant creationTime) |
The date and time that the hub content was created.
|
HubContentInfo.Builder |
HubContentInfo.Builder.documentSchemaVersion(String documentSchemaVersion) |
The version of the hub content document schema.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentArn(String hubContentArn) |
The Amazon Resource Name (ARN) of the hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentDescription(String hubContentDescription) |
A description of the hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentDisplayName(String hubContentDisplayName) |
The display name of the hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentName(String hubContentName) |
The name of the hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentSearchKeywords(String... hubContentSearchKeywords) |
The searchable keywords for the hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentSearchKeywords(Collection<String> hubContentSearchKeywords) |
The searchable keywords for the hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentStatus(String hubContentStatus) |
The status of the hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentStatus(HubContentStatus hubContentStatus) |
The status of the hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentType(String hubContentType) |
The type of hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentType(HubContentType hubContentType) |
The type of hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentVersion(String hubContentVersion) |
The version of the hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.originalCreationTime(Instant originalCreationTime) |
The date and time when the hub content was originally created, before any updates or revisions.
|
HubContentInfo.Builder |
HubContentInfo.Builder.sageMakerPublicHubContentArn(String sageMakerPublicHubContentArn) |
The ARN of the public hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.supportStatus(String supportStatus) |
The support status of the hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.supportStatus(HubContentSupportStatus supportStatus) |
The support status of the hub content.
|
HubContentInfo.Builder |
HubContentInfo.toBuilder() |
|