Interface ResolvedAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResolvedAttributes.Builder,ResolvedAttributes>,SdkBuilder<ResolvedAttributes.Builder,ResolvedAttributes>,SdkPojo
- Enclosing class:
- ResolvedAttributes
public static interface ResolvedAttributes.Builder extends SdkPojo, CopyableBuilder<ResolvedAttributes.Builder,ResolvedAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ResolvedAttributes.BuilderautoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective)Sets the value of the AutoMLJobObjective property for this object.ResolvedAttributes.BuilderautoMLJobObjective(AutoMLJobObjective autoMLJobObjective)Sets the value of the AutoMLJobObjective property for this object.default ResolvedAttributes.BuildercompletionCriteria(Consumer<AutoMLJobCompletionCriteria.Builder> completionCriteria)Sets the value of the CompletionCriteria property for this object.ResolvedAttributes.BuildercompletionCriteria(AutoMLJobCompletionCriteria completionCriteria)Sets the value of the CompletionCriteria property for this object.ResolvedAttributes.BuilderproblemType(String problemType)The problem type.ResolvedAttributes.BuilderproblemType(ProblemType problemType)The problem type.-
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, sdkFields
-
-
-
-
Method Detail
-
autoMLJobObjective
ResolvedAttributes.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 ResolvedAttributes.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)
-
problemType
ResolvedAttributes.Builder problemType(String problemType)
The problem type.
- Parameters:
problemType- The problem type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProblemType,ProblemType
-
problemType
ResolvedAttributes.Builder problemType(ProblemType problemType)
The problem type.
- Parameters:
problemType- The problem type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProblemType,ProblemType
-
completionCriteria
ResolvedAttributes.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 ResolvedAttributes.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)
-
-