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.Builder
autoTrainingConfig
(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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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.Builder
avoiding the need to create one manually viaAutoTrainingConfig.builder()
.When the
Consumer
completes,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:
-