| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static HubInfo.Builder |
HubInfo.builder() |
HubInfo.Builder |
HubInfo.Builder.creationTime(Instant creationTime)
The date and time that the hub was created.
|
HubInfo.Builder |
HubInfo.Builder.hubArn(String hubArn)
The Amazon Resource Name (ARN) of the hub.
|
HubInfo.Builder |
HubInfo.Builder.hubDescription(String hubDescription)
A description of the hub.
|
HubInfo.Builder |
HubInfo.Builder.hubDisplayName(String hubDisplayName)
The display name of the hub.
|
HubInfo.Builder |
HubInfo.Builder.hubName(String hubName)
The name of the hub.
|
HubInfo.Builder |
HubInfo.Builder.hubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
|
HubInfo.Builder |
HubInfo.Builder.hubSearchKeywords(String... hubSearchKeywords)
The searchable keywords for the hub.
|
HubInfo.Builder |
HubInfo.Builder.hubStatus(HubStatus hubStatus)
The status of the hub.
|
HubInfo.Builder |
HubInfo.Builder.hubStatus(String hubStatus)
The status of the hub.
|
HubInfo.Builder |
HubInfo.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time that the hub was last modified.
|
HubInfo.Builder |
HubInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HubInfo.Builder> |
HubInfo.serializableBuilderClass() |
Copyright © 2022. All rights reserved.