Interface SolutionUpdateConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SolutionUpdateConfig.Builder,,SolutionUpdateConfig> SdkBuilder<SolutionUpdateConfig.Builder,,SolutionUpdateConfig> SdkPojo
- Enclosing class:
SolutionUpdateConfig
@Mutable
@NotThreadSafe
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.default SolutionUpdateConfig.BuildereventsConfig(Consumer<EventsConfig.Builder> eventsConfig) Describes the configuration of an event, which includes a list of event parameters.eventsConfig(EventsConfig eventsConfig) Describes the configuration of an event, which includes a list of event parameters.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, sdkFieldNameToField, 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:
-
eventsConfig
Describes the configuration of an event, which includes a list of event parameters. You can specify up to 10 event parameters. Events are used in solution creation.
- Parameters:
eventsConfig- Describes the configuration of an event, which includes a list of event parameters. You can specify up to 10 event parameters. Events are used in solution creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventsConfig
Describes the configuration of an event, which includes a list of event parameters. You can specify up to 10 event parameters. Events are used in solution creation.
This is a convenience method that creates an instance of theEventsConfig.Builderavoiding the need to create one manually viaEventsConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toeventsConfig(EventsConfig).- Parameters:
eventsConfig- a consumer that will call methods onEventsConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-