Interface ListRecipesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRecipesRequest.Builder,ListRecipesRequest>,DataBrewRequest.Builder,SdkBuilder<ListRecipesRequest.Builder,ListRecipesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRecipesRequest
public static interface ListRecipesRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<ListRecipesRequest.Builder,ListRecipesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRecipesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in this request.ListRecipesRequest.BuildernextToken(String nextToken)The token returned by a previous call to retrieve the next set of results.ListRecipesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRecipesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRecipesRequest.BuilderrecipeVersion(String recipeVersion)Return only those recipes with a version identifier ofLATEST_WORKINGorLATEST_PUBLISHED.-
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
-
maxResults
ListRecipesRequest.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
ListRecipesRequest.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.
-
recipeVersion
ListRecipesRequest.Builder recipeVersion(String recipeVersion)
Return only those recipes with a version identifier of
LATEST_WORKINGorLATEST_PUBLISHED. IfRecipeVersionis omitted,ListRecipesreturns all of theLATEST_PUBLISHEDrecipe versions.Valid values:
LATEST_WORKING|LATEST_PUBLISHED- Parameters:
recipeVersion- Return only those recipes with a version identifier ofLATEST_WORKINGorLATEST_PUBLISHED. IfRecipeVersionis omitted,ListRecipesreturns all of theLATEST_PUBLISHEDrecipe versions.Valid values:
LATEST_WORKING|LATEST_PUBLISHED- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRecipesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRecipesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-