Interface UpdateFeatureGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateFeatureGroupRequest.Builder,UpdateFeatureGroupRequest>,SageMakerRequest.Builder,SdkBuilder<UpdateFeatureGroupRequest.Builder,UpdateFeatureGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateFeatureGroupRequest
public static interface UpdateFeatureGroupRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateFeatureGroupRequest.Builder,UpdateFeatureGroupRequest>
-
-
Method Summary
-
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
-
featureGroupName
UpdateFeatureGroupRequest.Builder featureGroupName(String 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
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.
- 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(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.
- 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 to#featureAdditions(List.) - 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:
#featureAdditions(java.util.Collection)
-
onlineStoreConfig
UpdateFeatureGroupRequest.Builder onlineStoreConfig(OnlineStoreConfigUpdate 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:
onlineStoreConfig(OnlineStoreConfigUpdate)
-
throughputConfig
UpdateFeatureGroupRequest.Builder throughputConfig(ThroughputConfigUpdate 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:
throughputConfig(ThroughputConfigUpdate)
-
overrideConfiguration
UpdateFeatureGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateFeatureGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-