public static interface ListRecipeVersionsRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<ListRecipeVersionsRequest.Builder,ListRecipeVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRecipeVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListRecipeVersionsRequest.Builder |
name(String name)
The name of the recipe for which to return version information.
|
ListRecipeVersionsRequest.Builder |
nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListRecipeVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRecipeVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecipeVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.ListRecipeVersionsRequest.Builder nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.ListRecipeVersionsRequest.Builder name(String name)
The name of the recipe for which to return version information.
name - The name of the recipe for which to return version information.ListRecipeVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRecipeVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.