public static interface CreateHubRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateHubRequest.Builder,CreateHubRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateHubRequest.Builder hubName(String hubName)
The name of the hub to create.
hubName - The name of the hub to create.CreateHubRequest.Builder hubDescription(String hubDescription)
A description of the hub.
hubDescription - A description of the hub.CreateHubRequest.Builder hubDisplayName(String hubDisplayName)
The display name of the hub.
hubDisplayName - The display name of the hub.CreateHubRequest.Builder hubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
hubSearchKeywords - The searchable keywords for the hub.CreateHubRequest.Builder hubSearchKeywords(String... hubSearchKeywords)
The searchable keywords for the hub.
hubSearchKeywords - The searchable keywords for the hub.CreateHubRequest.Builder s3StorageConfig(HubS3StorageConfig s3StorageConfig)
The Amazon S3 storage configuration for the hub.
s3StorageConfig - The Amazon S3 storage configuration for the hub.default CreateHubRequest.Builder s3StorageConfig(Consumer<HubS3StorageConfig.Builder> s3StorageConfig)
The Amazon S3 storage configuration for the hub.
This is a convenience method that creates an instance of theHubS3StorageConfig.Builder avoiding the
need to create one manually via HubS3StorageConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3StorageConfig(HubS3StorageConfig).
s3StorageConfig - a consumer that will call methods on HubS3StorageConfig.Builders3StorageConfig(HubS3StorageConfig)CreateHubRequest.Builder tags(Collection<Tag> tags)
Any tags to associate with the hub.
tags - Any tags to associate with the hub.CreateHubRequest.Builder tags(Tag... tags)
Any tags to associate with the hub.
tags - Any tags to associate with the hub.CreateHubRequest.Builder tags(Consumer<Tag.Builder>... tags)
Any tags to associate with the hub.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateHubRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateHubRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.