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.BuilderautoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective)Sets the value of the AutoMLJobObjective property for this object.AutoMLResolvedAttributes.BuilderautoMLJobObjective(AutoMLJobObjective autoMLJobObjective)Sets the value of the AutoMLJobObjective property for this object.default AutoMLResolvedAttributes.BuilderautoMLProblemTypeResolvedAttributes(Consumer<AutoMLProblemTypeResolvedAttributes.Builder> autoMLProblemTypeResolvedAttributes)Defines the resolved attributes specific to a problem type.AutoMLResolvedAttributes.BuilderautoMLProblemTypeResolvedAttributes(AutoMLProblemTypeResolvedAttributes autoMLProblemTypeResolvedAttributes)Defines the resolved attributes specific to a problem type.default AutoMLResolvedAttributes.BuildercompletionCriteria(Consumer<AutoMLJobCompletionCriteria.Builder> completionCriteria)Sets the value of the CompletionCriteria property for this object.AutoMLResolvedAttributes.BuildercompletionCriteria(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.Builderavoiding the need to create one manually viaAutoMLJobObjective.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaAutoMLJobCompletionCriteria.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaAutoMLProblemTypeResolvedAttributes.builder().When the
Consumercompletes,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)
-
-