public static interface Recipe.Builder extends SdkPojo, CopyableBuilder<Recipe.Builder,Recipe>
| Modifier and Type | Method and Description |
|---|---|
Recipe.Builder |
algorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.
|
Recipe.Builder |
creationDateTime(Instant creationDateTime)
The date and time (in Unix format) that the recipe was created.
|
Recipe.Builder |
description(String description)
The description of the recipe.
|
Recipe.Builder |
featureTransformationArn(String featureTransformationArn)
The ARN of the FeatureTransformation object.
|
Recipe.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix format) that the recipe was last updated.
|
Recipe.Builder |
name(String name)
The name of the recipe.
|
Recipe.Builder |
recipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe.
|
Recipe.Builder |
recipeType(String recipeType)
One of the following values:
|
Recipe.Builder |
status(String status)
The status of the recipe.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecipe.Builder name(String name)
The name of the recipe.
name - The name of the recipe.Recipe.Builder recipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe.
recipeArn - The Amazon Resource Name (ARN) of the recipe.Recipe.Builder algorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.
algorithmArn - The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.Recipe.Builder featureTransformationArn(String featureTransformationArn)
The ARN of the FeatureTransformation object.
featureTransformationArn - The ARN of the FeatureTransformation object.Recipe.Builder status(String status)
The status of the recipe.
status - The status of the recipe.Recipe.Builder description(String description)
The description of the recipe.
description - The description of the recipe.Recipe.Builder creationDateTime(Instant creationDateTime)
The date and time (in Unix format) that the recipe was created.
creationDateTime - The date and time (in Unix format) that the recipe was created.Recipe.Builder recipeType(String recipeType)
One of the following values:
PERSONALIZED_RANKING
RELATED_ITEMS
USER_PERSONALIZATION
recipeType - One of the following values:
PERSONALIZED_RANKING
RELATED_ITEMS
USER_PERSONALIZATION
Recipe.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix format) that the recipe was last updated.
lastUpdatedDateTime - The date and time (in Unix format) that the recipe was last updated.Copyright © 2019. All rights reserved.