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.throughputConfig(Consumer<ThroughputConfigUpdate.Builder> throughputConfig) Sets the value of the ThroughputConfig property for this object.throughputConfig(ThroughputConfigUpdate throughputConfig) Sets the value of the ThroughputConfig property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.Builderavoiding the need to create one manually viaFeatureDefinition.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaOnlineStoreConfigUpdate.builder().When the
Consumercompletes,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:
 
 - 
throughputConfig
Sets the value of the ThroughputConfig property for this object.- Parameters:
 throughputConfig- The new value for the ThroughputConfig property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
throughputConfig
default UpdateFeatureGroupRequest.Builder throughputConfig(Consumer<ThroughputConfigUpdate.Builder> throughputConfig) Sets the value of the ThroughputConfig property for this object. This is a convenience method that creates an instance of theThroughputConfigUpdate.Builderavoiding the need to create one manually viaThroughputConfigUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tothroughputConfig(ThroughputConfigUpdate).- Parameters:
 throughputConfig- a consumer that will call methods onThroughputConfigUpdate.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.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -