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.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.default SolutionUpdateConfig.Builder
eventsConfig
(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
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 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:
-
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.Builder
avoiding the need to create one manually viaEventsConfig.builder()
.When the
Consumer
completes,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:
-