Interface CreateRecipeRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateRecipeRequest.Builder,CreateRecipeRequest>, DataBrewRequest.Builder, SdkBuilder<CreateRecipeRequest.Builder,CreateRecipeRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateRecipeRequest

public static interface CreateRecipeRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<CreateRecipeRequest.Builder,CreateRecipeRequest>
  • Method Details

    • description

      CreateRecipeRequest.Builder description(String description)

      A description for the recipe.

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

      A unique name for the recipe. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

      Parameters:
      name - A unique name for the recipe. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • steps

      An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions.

      Parameters:
      steps - An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • steps

      An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions.

      Parameters:
      steps - An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • steps

      An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions.

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

      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:
    • tags

      Metadata tags to apply to this recipe.

      Parameters:
      tags - Metadata tags to apply to this recipe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateRecipeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.