Interface ListFeaturesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListFeaturesRequest.Builder,ListFeaturesRequest>,EvidentlyRequest.Builder,SdkBuilder<ListFeaturesRequest.Builder,ListFeaturesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListFeaturesRequest
public static interface ListFeaturesRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<ListFeaturesRequest.Builder,ListFeaturesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFeaturesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to include in the response.ListFeaturesRequest.BuildernextToken(String nextToken)The token to use when requesting the next set of results.ListFeaturesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFeaturesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFeaturesRequest.Builderproject(String project)The name or ARN of the project to return the feature list from.-
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.evidently.model.EvidentlyRequest.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
ListFeaturesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response.
- Parameters:
maxResults- The maximum number of results to include in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListFeaturesRequest.Builder nextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListFeaturesoperation.- Parameters:
nextToken- The token to use when requesting the next set of results. You received this token from a previousListFeaturesoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
project
ListFeaturesRequest.Builder project(String project)
The name or ARN of the project to return the feature list from.
- Parameters:
project- The name or ARN of the project to return the feature list from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFeaturesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFeaturesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-