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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SolutionUpdateConfig.BuilderautoTrainingConfig(Consumer<AutoTrainingConfig.Builder> autoTrainingConfig)Sets the value of the AutoTrainingConfig property for this object.SolutionUpdateConfig.BuilderautoTrainingConfig(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
autoTrainingConfig
SolutionUpdateConfig.Builder autoTrainingConfig(AutoTrainingConfig 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:
autoTrainingConfig(AutoTrainingConfig)
-
-