Interface ResolvedAttributes.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ResolvedAttributes.Builder,,- ResolvedAttributes> - SdkBuilder<ResolvedAttributes.Builder,,- ResolvedAttributes> - SdkPojo
- Enclosing class:
- ResolvedAttributes
@Mutable
@NotThreadSafe
public static interface ResolvedAttributes.Builder
extends SdkPojo, CopyableBuilder<ResolvedAttributes.Builder,ResolvedAttributes> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
autoMLJobObjectiveSets 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.
 
- 
autoMLJobObjectivedefault 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 on- AutoMLJobObjective.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
problemTypeThe problem type. - Parameters:
- problemType- The problem type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
problemTypeThe problem type. - Parameters:
- problemType- The problem type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
completionCriteriaSets 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.
 
- 
completionCriteriadefault 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 on- AutoMLJobCompletionCriteria.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-