Interface AutoMLResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AutoMLResult.Builder,AutoMLResult>,SdkBuilder<AutoMLResult.Builder,AutoMLResult>,SdkPojo
- Enclosing class:
- AutoMLResult
public static interface AutoMLResult.Builder extends SdkPojo, CopyableBuilder<AutoMLResult.Builder,AutoMLResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoMLResult.BuilderbestRecipeArn(String bestRecipeArn)The Amazon Resource Name (ARN) of the best recipe.-
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
-
bestRecipeArn
AutoMLResult.Builder bestRecipeArn(String bestRecipeArn)
The Amazon Resource Name (ARN) of the best recipe.
- Parameters:
bestRecipeArn- The Amazon Resource Name (ARN) of the best recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-