Interface RecipeSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecipeSummary.Builder,RecipeSummary>,SdkBuilder<RecipeSummary.Builder,RecipeSummary>,SdkPojo
- Enclosing class:
- RecipeSummary
public static interface RecipeSummary.Builder extends SdkPojo, CopyableBuilder<RecipeSummary.Builder,RecipeSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecipeSummary.BuildercreationDateTime(Instant creationDateTime)The date and time (in Unix time) that the recipe was created.RecipeSummary.Builderdomain(String domain)The domain of the recipe (if the recipe is a Domain dataset group use case).RecipeSummary.Builderdomain(Domain domain)The domain of the recipe (if the recipe is a Domain dataset group use case).RecipeSummary.BuilderlastUpdatedDateTime(Instant lastUpdatedDateTime)The date and time (in Unix time) that the recipe was last updated.RecipeSummary.Buildername(String name)The name of the recipe.RecipeSummary.BuilderrecipeArn(String recipeArn)The Amazon Resource Name (ARN) of the recipe.RecipeSummary.Builderstatus(String status)The status of the 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, sdkFields
-
-
-
-
Method Detail
-
name
RecipeSummary.Builder name(String name)
The name of the recipe.
- Parameters:
name- The name of the recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recipeArn
RecipeSummary.Builder recipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe.
- Parameters:
recipeArn- The Amazon Resource Name (ARN) of the recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
RecipeSummary.Builder status(String status)
The status of the recipe.
- Parameters:
status- The status of the recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDateTime
RecipeSummary.Builder creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the recipe was created.
- Parameters:
creationDateTime- The date and time (in Unix time) that the recipe was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDateTime
RecipeSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the recipe was last updated.
- Parameters:
lastUpdatedDateTime- The date and time (in Unix time) that the recipe was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
RecipeSummary.Builder domain(String domain)
The domain of the recipe (if the recipe is a Domain dataset group use case).
-
domain
RecipeSummary.Builder domain(Domain domain)
The domain of the recipe (if the recipe is a Domain dataset group use case).
-
-