Interface AutoMLResolvedAttributes.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AutoMLResolvedAttributes.Builder,AutoMLResolvedAttributes>
,SdkBuilder<AutoMLResolvedAttributes.Builder,AutoMLResolvedAttributes>
,SdkPojo
- Enclosing class:
- AutoMLResolvedAttributes
public static interface AutoMLResolvedAttributes.Builder extends SdkPojo, CopyableBuilder<AutoMLResolvedAttributes.Builder,AutoMLResolvedAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AutoMLResolvedAttributes.Builder
autoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective)
Sets the value of the AutoMLJobObjective property for this object.AutoMLResolvedAttributes.Builder
autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Sets the value of the AutoMLJobObjective property for this object.default AutoMLResolvedAttributes.Builder
autoMLProblemTypeResolvedAttributes(Consumer<AutoMLProblemTypeResolvedAttributes.Builder> autoMLProblemTypeResolvedAttributes)
Defines the resolved attributes specific to a problem type.AutoMLResolvedAttributes.Builder
autoMLProblemTypeResolvedAttributes(AutoMLProblemTypeResolvedAttributes autoMLProblemTypeResolvedAttributes)
Defines the resolved attributes specific to a problem type.default AutoMLResolvedAttributes.Builder
completionCriteria(Consumer<AutoMLJobCompletionCriteria.Builder> completionCriteria)
Sets the value of the CompletionCriteria property for this object.AutoMLResolvedAttributes.Builder
completionCriteria(AutoMLJobCompletionCriteria completionCriteria)
Sets the value of the CompletionCriteria 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
-
autoMLJobObjective
AutoMLResolvedAttributes.Builder autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Sets the value of the AutoMLJobObjective property for this object.- Parameters:
autoMLJobObjective
- The new value for the AutoMLJobObjective property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoMLJobObjective
default AutoMLResolvedAttributes.Builder autoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective)
Sets the value of the AutoMLJobObjective property for this object. This is a convenience method that creates an instance of theAutoMLJobObjective.Builder
avoiding the need to create one manually viaAutoMLJobObjective.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toautoMLJobObjective(AutoMLJobObjective)
.- Parameters:
autoMLJobObjective
- a consumer that will call methods onAutoMLJobObjective.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
autoMLJobObjective(AutoMLJobObjective)
-
completionCriteria
AutoMLResolvedAttributes.Builder completionCriteria(AutoMLJobCompletionCriteria completionCriteria)
Sets the value of the CompletionCriteria property for this object.- Parameters:
completionCriteria
- The new value for the CompletionCriteria property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completionCriteria
default AutoMLResolvedAttributes.Builder completionCriteria(Consumer<AutoMLJobCompletionCriteria.Builder> completionCriteria)
Sets the value of the CompletionCriteria property for this object. This is a convenience method that creates an instance of theAutoMLJobCompletionCriteria.Builder
avoiding the need to create one manually viaAutoMLJobCompletionCriteria.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocompletionCriteria(AutoMLJobCompletionCriteria)
.- Parameters:
completionCriteria
- a consumer that will call methods onAutoMLJobCompletionCriteria.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
completionCriteria(AutoMLJobCompletionCriteria)
-
autoMLProblemTypeResolvedAttributes
AutoMLResolvedAttributes.Builder autoMLProblemTypeResolvedAttributes(AutoMLProblemTypeResolvedAttributes autoMLProblemTypeResolvedAttributes)
Defines the resolved attributes specific to a problem type.
- Parameters:
autoMLProblemTypeResolvedAttributes
- Defines the resolved attributes specific to a problem type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoMLProblemTypeResolvedAttributes
default AutoMLResolvedAttributes.Builder autoMLProblemTypeResolvedAttributes(Consumer<AutoMLProblemTypeResolvedAttributes.Builder> autoMLProblemTypeResolvedAttributes)
Defines the resolved attributes specific to a problem type.
This is a convenience method that creates an instance of theAutoMLProblemTypeResolvedAttributes.Builder
avoiding the need to create one manually viaAutoMLProblemTypeResolvedAttributes.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toautoMLProblemTypeResolvedAttributes(AutoMLProblemTypeResolvedAttributes)
.- Parameters:
autoMLProblemTypeResolvedAttributes
- a consumer that will call methods onAutoMLProblemTypeResolvedAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
autoMLProblemTypeResolvedAttributes(AutoMLProblemTypeResolvedAttributes)
-
-