Uses of Interface
software.amazon.awssdk.services.sagemaker.model.HubInfo.Builder
-
Packages that use HubInfo.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HubInfo.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HubInfo.Builder Modifier and Type Method Description static HubInfo.BuilderHubInfo. builder()HubInfo.BuilderHubInfo.Builder. creationTime(Instant creationTime)The date and time that the hub was created.HubInfo.BuilderHubInfo.Builder. hubArn(String hubArn)The Amazon Resource Name (ARN) of the hub.HubInfo.BuilderHubInfo.Builder. hubDescription(String hubDescription)A description of the hub.HubInfo.BuilderHubInfo.Builder. hubDisplayName(String hubDisplayName)The display name of the hub.HubInfo.BuilderHubInfo.Builder. hubName(String hubName)The name of the hub.HubInfo.BuilderHubInfo.Builder. hubSearchKeywords(String... hubSearchKeywords)The searchable keywords for the hub.HubInfo.BuilderHubInfo.Builder. hubSearchKeywords(Collection<String> hubSearchKeywords)The searchable keywords for the hub.HubInfo.BuilderHubInfo.Builder. hubStatus(String hubStatus)The status of the hub.HubInfo.BuilderHubInfo.Builder. hubStatus(HubStatus hubStatus)The status of the hub.HubInfo.BuilderHubInfo.Builder. lastModifiedTime(Instant lastModifiedTime)The date and time that the hub was last modified.HubInfo.BuilderHubInfo. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HubInfo.Builder Modifier and Type Method Description static Class<? extends HubInfo.Builder>HubInfo. serializableBuilderClass()
-