public static interface UpdateFeatureGroupRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateFeatureGroupRequest.Builder,UpdateFeatureGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFeatureGroupRequest.Builder featureGroupName(String featureGroupName)
The name or Amazon Resource Name (ARN) of the feature group that you're updating.
featureGroupName - The name or Amazon Resource Name (ARN) of the feature group that you're updating.UpdateFeatureGroupRequest.Builder featureAdditions(Collection<FeatureDefinition> 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.
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.UpdateFeatureGroupRequest.Builder featureAdditions(FeatureDefinition... 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.
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.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 via FeatureDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #featureAdditions(List.
featureAdditions - a consumer that will call methods on
FeatureDefinition.Builder#featureAdditions(java.util.Collection) UpdateFeatureGroupRequest.Builder onlineStoreConfig(OnlineStoreConfigUpdate onlineStoreConfig)
Updates the feature group online store configuration.
onlineStoreConfig - Updates the feature group online store configuration.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 via OnlineStoreConfigUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to onlineStoreConfig(OnlineStoreConfigUpdate).
onlineStoreConfig - a consumer that will call methods on OnlineStoreConfigUpdate.BuilderonlineStoreConfig(OnlineStoreConfigUpdate)UpdateFeatureGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFeatureGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.