Interface RecipeSummary.Builder

    • 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).

        Parameters:
        domain - The domain of the recipe (if the recipe is a Domain dataset group use case).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Domain, Domain
      • domain

        RecipeSummary.Builder domain​(Domain domain)

        The domain of the recipe (if the recipe is a Domain dataset group use case).

        Parameters:
        domain - The domain of the recipe (if the recipe is a Domain dataset group use case).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Domain, Domain