Interface PublishRecipeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PublishRecipeRequest.Builder,PublishRecipeRequest>,DataBrewRequest.Builder,SdkBuilder<PublishRecipeRequest.Builder,PublishRecipeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PublishRecipeRequest
public static interface PublishRecipeRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<PublishRecipeRequest.Builder,PublishRecipeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublishRecipeRequest.Builderdescription(String description)A description of the recipe to be published, for this version of the recipe.PublishRecipeRequest.Buildername(String name)The name of the recipe to be published.PublishRecipeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PublishRecipeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databrew.model.DataBrewRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
description
PublishRecipeRequest.Builder description(String description)
A description of the recipe to be published, for this version of the recipe.
- Parameters:
description- A description of the recipe to be published, for this version of the recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
PublishRecipeRequest.Builder name(String name)
The name of the recipe to be published.
- Parameters:
name- The name of the recipe to be published.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PublishRecipeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PublishRecipeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-