Interface SolutionUpdateConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SolutionUpdateConfig.Builder,,SolutionUpdateConfig> SdkBuilder<SolutionUpdateConfig.Builder,,SolutionUpdateConfig> SdkPojo
- Enclosing class:
SolutionUpdateConfig
public static interface SolutionUpdateConfig.Builder
extends SdkPojo, CopyableBuilder<SolutionUpdateConfig.Builder,SolutionUpdateConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondefault SolutionUpdateConfig.BuilderautoTrainingConfig(Consumer<AutoTrainingConfig.Builder> autoTrainingConfig) Sets the value of the AutoTrainingConfig property for this object.autoTrainingConfig(AutoTrainingConfig autoTrainingConfig) Sets the value of the AutoTrainingConfig property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
autoTrainingConfig
Sets the value of the AutoTrainingConfig property for this object.- Parameters:
autoTrainingConfig- The new value for the AutoTrainingConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoTrainingConfig
default SolutionUpdateConfig.Builder autoTrainingConfig(Consumer<AutoTrainingConfig.Builder> autoTrainingConfig) Sets the value of the AutoTrainingConfig property for this object. This is a convenience method that creates an instance of theAutoTrainingConfig.Builderavoiding the need to create one manually viaAutoTrainingConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toautoTrainingConfig(AutoTrainingConfig).- Parameters:
autoTrainingConfig- a consumer that will call methods onAutoTrainingConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-