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
Modifier and TypeMethodDescriptiondefault ResolvedAttributes.BuilderautoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective) Sets the value of the AutoMLJobObjective property for this object.autoMLJobObjective(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.completionCriteria(AutoMLJobCompletionCriteria completionCriteria) Sets the value of the CompletionCriteria property for this object.problemType(String problemType) The problem type.problemType(ProblemType problemType) The problem type.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
- 
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:
 
 - 
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
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:
 
 - 
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:
 
 
 -