Interface ListRecipeVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRecipeVersionsRequest.Builder,ListRecipeVersionsRequest>,DataBrewRequest.Builder,SdkBuilder<ListRecipeVersionsRequest.Builder,ListRecipeVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRecipeVersionsRequest
public static interface ListRecipeVersionsRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<ListRecipeVersionsRequest.Builder,ListRecipeVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRecipeVersionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in this request.ListRecipeVersionsRequest.Buildername(String name)The name of the recipe for which to return version information.ListRecipeVersionsRequest.BuildernextToken(String nextToken)The token returned by a previous call to retrieve the next set of results.ListRecipeVersionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRecipeVersionsRequest.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, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListRecipeVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this request.
- Parameters:
maxResults- The maximum number of results to return in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListRecipeVersionsRequest.Builder nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
- Parameters:
nextToken- The token returned by a previous call to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ListRecipeVersionsRequest.Builder name(String name)
The name of the recipe for which to return version information.
- Parameters:
name- The name of the recipe for which to return version information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRecipeVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRecipeVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-