Interface UpdateHubRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateHubRequest.Builder,UpdateHubRequest>
,SageMakerRequest.Builder
,SdkBuilder<UpdateHubRequest.Builder,UpdateHubRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateHubRequest
public static interface UpdateHubRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateHubRequest.Builder,UpdateHubRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(String... hubSearchKeywords)
The searchable keywords for the hub.UpdateHubRequest.Builder
hubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.UpdateHubRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateHubRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
hubName
UpdateHubRequest.Builder hubName(String hubName)
The name of the hub to update.
- Parameters:
hubName
- The name of the hub to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubDescription
UpdateHubRequest.Builder hubDescription(String hubDescription)
A description of the updated hub.
- Parameters:
hubDescription
- A description of the updated hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubDisplayName
UpdateHubRequest.Builder hubDisplayName(String hubDisplayName)
The display name of the hub.
- Parameters:
hubDisplayName
- The display name of the hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubSearchKeywords
UpdateHubRequest.Builder hubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
- Parameters:
hubSearchKeywords
- The searchable keywords for the hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubSearchKeywords
UpdateHubRequest.Builder hubSearchKeywords(String... hubSearchKeywords)
The searchable keywords for the hub.
- Parameters:
hubSearchKeywords
- The searchable keywords for the hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateHubRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateHubRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-