public static interface UpdateHubRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateHubRequest.Builder,UpdateHubRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateHubRequest.Builder |
hubDescription(String hubDescription)
A description of the updated hub.
|
UpdateHubRequest.Builder |
hubDisplayName(String hubDisplayName)
The display name of the hub.
|
UpdateHubRequest.Builder |
hubName(String hubName)
The name of the hub to update.
|
UpdateHubRequest.Builder |
hubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
|
UpdateHubRequest.Builder |
hubSearchKeywords(String... hubSearchKeywords)
The searchable keywords for the hub.
|
UpdateHubRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateHubRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateHubRequest.Builder hubName(String hubName)
The name of the hub to update.
hubName - The name of the hub to update.UpdateHubRequest.Builder hubDescription(String hubDescription)
A description of the updated hub.
hubDescription - A description of the updated hub.UpdateHubRequest.Builder hubDisplayName(String hubDisplayName)
The display name of the hub.
hubDisplayName - The display name of the hub.UpdateHubRequest.Builder hubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
hubSearchKeywords - The searchable keywords for the hub.UpdateHubRequest.Builder hubSearchKeywords(String... hubSearchKeywords)
The searchable keywords for the hub.
hubSearchKeywords - The searchable keywords for the hub.UpdateHubRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateHubRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.