| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
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(Collection<String> hubContentSearchKeywords)
The searchable keywords for the hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords for the hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentStatus(HubContentStatus hubContentStatus)
The status of the hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentStatus(String hubContentStatus)
The status of the hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentType(HubContentType hubContentType)
The type of hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentType(String hubContentType)
The type of hub content.
|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentVersion(String hubContentVersion)
The version of the hub content.
|
HubContentInfo.Builder |
HubContentInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HubContentInfo.Builder> |
HubContentInfo.serializableBuilderClass() |
Copyright © 2023. All rights reserved.