Interface UpdateRecommenderRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRecommenderRequest.Builder,,UpdateRecommenderRequest> CustomerProfilesRequest.Builder,SdkBuilder<UpdateRecommenderRequest.Builder,,UpdateRecommenderRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateRecommenderRequest
@Mutable
@NotThreadSafe
public static interface UpdateRecommenderRequest.Builder
extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<UpdateRecommenderRequest.Builder,UpdateRecommenderRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The new description to assign to the recommender.domainName(String domainName) The unique name of the domain.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default UpdateRecommenderRequest.BuilderrecommenderConfig(Consumer<RecommenderConfig.Builder> recommenderConfig) The new configuration settings to apply to the recommender, including updated parameters and settings that define its behavior.recommenderConfig(RecommenderConfig recommenderConfig) The new configuration settings to apply to the recommender, including updated parameters and settings that define its behavior.recommenderName(String recommenderName) The name of the recommender to update.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.customerprofiles.model.CustomerProfilesRequest.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
-
domainName
The unique name of the domain.
- Parameters:
domainName- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommenderName
The name of the recommender to update.
- Parameters:
recommenderName- The name of the recommender to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The new description to assign to the recommender.
- Parameters:
description- The new description to assign to the recommender.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommenderConfig
The new configuration settings to apply to the recommender, including updated parameters and settings that define its behavior.
- Parameters:
recommenderConfig- The new configuration settings to apply to the recommender, including updated parameters and settings that define its behavior.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommenderConfig
default UpdateRecommenderRequest.Builder recommenderConfig(Consumer<RecommenderConfig.Builder> recommenderConfig) The new configuration settings to apply to the recommender, including updated parameters and settings that define its behavior.
This is a convenience method that creates an instance of theRecommenderConfig.Builderavoiding the need to create one manually viaRecommenderConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torecommenderConfig(RecommenderConfig).- Parameters:
recommenderConfig- a consumer that will call methods onRecommenderConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateRecommenderRequest.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
UpdateRecommenderRequest.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.
-