public static interface PublishRecipeRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<PublishRecipeRequest.Builder,PublishRecipeRequest>
| Modifier and Type | Method and Description |
|---|---|
PublishRecipeRequest.Builder |
description(String description)
A description of the recipe to be published, for this version of the recipe.
|
PublishRecipeRequest.Builder |
name(String name)
The name of the recipe to be published.
|
PublishRecipeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PublishRecipeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPublishRecipeRequest.Builder description(String description)
A description of the recipe to be published, for this version of the recipe.
description - A description of the recipe to be published, for this version of the recipe.PublishRecipeRequest.Builder name(String name)
The name of the recipe to be published.
name - The name of the recipe to be published.PublishRecipeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPublishRecipeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.