public static interface ListRulesetsRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<ListRulesetsRequest.Builder,ListRulesetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRulesetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListRulesetsRequest.Builder |
nextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was
truncated.
|
ListRulesetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRulesetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRulesetsRequest.Builder |
targetArn(String targetArn)
The Amazon Resource Name (ARN) of a resource (dataset).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRulesetsRequest.Builder targetArn(String targetArn)
The Amazon Resource Name (ARN) of a resource (dataset). Using this parameter indicates to return only those rulesets that are associated with the specified resource.
targetArn - The Amazon Resource Name (ARN) of a resource (dataset). Using this parameter indicates to return only
those rulesets that are associated with the specified resource.ListRulesetsRequest.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.ListRulesetsRequest.Builder nextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
nextToken - A token generated by DataBrew that specifies where to continue pagination if a previous request was
truncated. To get the next set of pages, pass in the NextToken value from the response object of the
previous page call.ListRulesetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRulesetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.