Interface DescribeRecipeResponse.Builder

    • Method Detail

      • createdBy

        DescribeRecipeResponse.Builder createdBy​(String createdBy)

        The identifier (user name) of the user who created the recipe.

        Parameters:
        createdBy - The identifier (user name) of the user who created the recipe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createDate

        DescribeRecipeResponse.Builder createDate​(Instant createDate)

        The date and time that the recipe was created.

        Parameters:
        createDate - The date and time that the recipe was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedBy

        DescribeRecipeResponse.Builder lastModifiedBy​(String lastModifiedBy)

        The identifier (user name) of the user who last modified the recipe.

        Parameters:
        lastModifiedBy - The identifier (user name) of the user who last modified the recipe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedDate

        DescribeRecipeResponse.Builder lastModifiedDate​(Instant lastModifiedDate)

        The date and time that the recipe was last modified.

        Parameters:
        lastModifiedDate - The date and time that the recipe was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectName

        DescribeRecipeResponse.Builder projectName​(String projectName)

        The name of the project associated with this recipe.

        Parameters:
        projectName - The name of the project associated with this recipe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publishedBy

        DescribeRecipeResponse.Builder publishedBy​(String publishedBy)

        The identifier (user name) of the user who last published the recipe.

        Parameters:
        publishedBy - The identifier (user name) of the user who last published the recipe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publishedDate

        DescribeRecipeResponse.Builder publishedDate​(Instant publishedDate)

        The date and time when the recipe was last published.

        Parameters:
        publishedDate - The date and time when the recipe was last published.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        DescribeRecipeResponse.Builder description​(String description)

        The description of the recipe.

        Parameters:
        description - The description of the recipe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        DescribeRecipeResponse.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.
      • steps

        DescribeRecipeResponse.Builder steps​(Collection<RecipeStep> steps)

        One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.

        Parameters:
        steps - One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • steps

        DescribeRecipeResponse.Builder steps​(RecipeStep... steps)

        One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.

        Parameters:
        steps - One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • steps

        DescribeRecipeResponse.Builder steps​(Consumer<RecipeStep.Builder>... steps)

        One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.

        This is a convenience method that creates an instance of the RecipeStep.Builder avoiding the need to create one manually via RecipeStep.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #steps(List).

        Parameters:
        steps - a consumer that will call methods on RecipeStep.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #steps(java.util.Collection)
      • tags

        DescribeRecipeResponse.Builder tags​(Map<String,​String> tags)

        Metadata tags associated with this project.

        Parameters:
        tags - Metadata tags associated with this project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceArn

        DescribeRecipeResponse.Builder resourceArn​(String resourceArn)

        The ARN of the recipe.

        Parameters:
        resourceArn - The ARN of the recipe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recipeVersion

        DescribeRecipeResponse.Builder recipeVersion​(String recipeVersion)

        The recipe version identifier.

        Parameters:
        recipeVersion - The recipe version identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.