public static interface RecipeSummary.Builder extends SdkPojo, CopyableBuilder<RecipeSummary.Builder,RecipeSummary>
| Modifier and Type | Method and Description |
|---|---|
RecipeSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the recipe was created.
|
RecipeSummary.Builder |
domain(Domain domain)
The domain of the recipe (if the recipe is a Domain dataset group use case).
|
RecipeSummary.Builder |
domain(String domain)
The domain of the recipe (if the recipe is a Domain dataset group use case).
|
RecipeSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the recipe was last updated.
|
RecipeSummary.Builder |
name(String name)
The name of the recipe.
|
RecipeSummary.Builder |
recipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe.
|
RecipeSummary.Builder |
status(String status)
The status of the recipe.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecipeSummary.Builder name(String name)
The name of the recipe.
name - The name of the recipe.RecipeSummary.Builder recipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe.
recipeArn - The Amazon Resource Name (ARN) of the recipe.RecipeSummary.Builder status(String status)
The status of the recipe.
status - The status of the recipe.RecipeSummary.Builder creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the recipe was created.
creationDateTime - The date and time (in Unix time) that the recipe was created.RecipeSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the recipe was last updated.
lastUpdatedDateTime - The date and time (in Unix time) that the recipe was last updated.RecipeSummary.Builder domain(String domain)
The domain of the recipe (if the recipe is a Domain dataset group use case).
RecipeSummary.Builder domain(Domain domain)
The domain of the recipe (if the recipe is a Domain dataset group use case).
Copyright © 2023. All rights reserved.