public static interface ListFeaturesRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<ListFeaturesRequest.Builder,ListFeaturesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFeaturesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListFeaturesRequest.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListFeaturesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFeaturesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFeaturesRequest.Builder |
project(String project)
The name or ARN of the project to return the feature list from.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFeaturesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response.
maxResults - The maximum number of results to include in the response.ListFeaturesRequest.Builder nextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListFeatures operation.
nextToken - The token to use when requesting the next set of results. You received this token from a previous
ListFeatures operation.ListFeaturesRequest.Builder project(String project)
The name or ARN of the project to return the feature list from.
project - The name or ARN of the project to return the feature list from.ListFeaturesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFeaturesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.