Interface UpdateFeatureGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateFeatureGroupRequest.Builder,
,UpdateFeatureGroupRequest> SageMakerRequest.Builder
,SdkBuilder<UpdateFeatureGroupRequest.Builder,
,UpdateFeatureGroupRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateFeatureGroupRequest
-
Method Summary
Modifier and TypeMethodDescriptionfeatureAdditions
(Collection<FeatureDefinition> featureAdditions) Updates the feature group.featureAdditions
(Consumer<FeatureDefinition.Builder>... featureAdditions) Updates the feature group.featureAdditions
(FeatureDefinition... featureAdditions) Updates the feature group.featureGroupName
(String featureGroupName) The name or Amazon Resource Name (ARN) of the feature group that you're updating.onlineStoreConfig
(Consumer<OnlineStoreConfigUpdate.Builder> onlineStoreConfig) Updates the feature group online store configuration.onlineStoreConfig
(OnlineStoreConfigUpdate onlineStoreConfig) Updates the feature group online store configuration.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFields
-
Method Details
-
featureGroupName
The name or Amazon Resource Name (ARN) of the feature group that you're updating.
- Parameters:
featureGroupName
- The name or Amazon Resource Name (ARN) of the feature group that you're updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureAdditions
Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.
- Parameters:
featureAdditions
- Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureAdditions
Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.
- Parameters:
featureAdditions
- Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureAdditions
UpdateFeatureGroupRequest.Builder featureAdditions(Consumer<FeatureDefinition.Builder>... featureAdditions) Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.
This is a convenience method that creates an instance of theFeatureDefinition.Builder
avoiding the need to create one manually viaFeatureDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofeatureAdditions(List<FeatureDefinition>)
.- Parameters:
featureAdditions
- a consumer that will call methods onFeatureDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
onlineStoreConfig
Updates the feature group online store configuration.
- Parameters:
onlineStoreConfig
- Updates the feature group online store configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onlineStoreConfig
default UpdateFeatureGroupRequest.Builder onlineStoreConfig(Consumer<OnlineStoreConfigUpdate.Builder> onlineStoreConfig) Updates the feature group online store configuration.
This is a convenience method that creates an instance of theOnlineStoreConfigUpdate.Builder
avoiding the need to create one manually viaOnlineStoreConfigUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toonlineStoreConfig(OnlineStoreConfigUpdate)
.- Parameters:
onlineStoreConfig
- a consumer that will call methods onOnlineStoreConfigUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateFeatureGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateFeatureGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-