Interface UpdateFeatureMetadataRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateFeatureMetadataRequest.Builder,,- UpdateFeatureMetadataRequest> - SageMakerRequest.Builder,- SdkBuilder<UpdateFeatureMetadataRequest.Builder,,- UpdateFeatureMetadataRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateFeatureMetadataRequest
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) A description that you can write to better describe the feature.featureGroupName(String featureGroupName) The name or Amazon Resource Name (ARN) of the feature group containing the feature that you're updating.featureName(String featureName) The name of the feature that you're updating.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.parameterAdditions(Collection<FeatureParameter> parameterAdditions) A list of key-value pairs that you can add to better describe the feature.parameterAdditions(Consumer<FeatureParameter.Builder>... parameterAdditions) A list of key-value pairs that you can add to better describe the feature.parameterAdditions(FeatureParameter... parameterAdditions) A list of key-value pairs that you can add to better describe the feature.parameterRemovals(String... parameterRemovals) A list of parameter keys that you can specify to remove parameters that describe your feature.parameterRemovals(Collection<String> parameterRemovals) A list of parameter keys that you can specify to remove parameters that describe your feature.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
featureGroupNameThe name or Amazon Resource Name (ARN) of the feature group containing the feature that you're updating. - Parameters:
- featureGroupName- The name or Amazon Resource Name (ARN) of the feature group containing the feature that you're updating.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
featureNameThe name of the feature that you're updating. - Parameters:
- featureName- The name of the feature that you're updating.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionA description that you can write to better describe the feature. - Parameters:
- description- A description that you can write to better describe the feature.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parameterAdditionsUpdateFeatureMetadataRequest.Builder parameterAdditions(Collection<FeatureParameter> parameterAdditions) A list of key-value pairs that you can add to better describe the feature. - Parameters:
- parameterAdditions- A list of key-value pairs that you can add to better describe the feature.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parameterAdditionsA list of key-value pairs that you can add to better describe the feature. - Parameters:
- parameterAdditions- A list of key-value pairs that you can add to better describe the feature.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parameterAdditionsUpdateFeatureMetadataRequest.Builder parameterAdditions(Consumer<FeatureParameter.Builder>... parameterAdditions) A list of key-value pairs that you can add to better describe the feature. This is a convenience method that creates an instance of theFeatureParameter.Builderavoiding the need to create one manually viaFeatureParameter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameterAdditions(List<FeatureParameter>).- Parameters:
- parameterAdditions- a consumer that will call methods on- FeatureParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
parameterRemovalsA list of parameter keys that you can specify to remove parameters that describe your feature. - Parameters:
- parameterRemovals- A list of parameter keys that you can specify to remove parameters that describe your feature.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parameterRemovalsA list of parameter keys that you can specify to remove parameters that describe your feature. - Parameters:
- parameterRemovals- A list of parameter keys that you can specify to remove parameters that describe your feature.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationUpdateFeatureMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateFeatureMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-