Interface ListIndicesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListIndicesRequest.Builder,ListIndicesRequest>,KendraRequest.Builder,SdkBuilder<ListIndicesRequest.Builder,ListIndicesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListIndicesRequest
public static interface ListIndicesRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<ListIndicesRequest.Builder,ListIndicesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIndicesRequest.BuildermaxResults(Integer maxResults)The maximum number of indices to return.ListIndicesRequest.BuildernextToken(String nextToken)If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response.ListIndicesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIndicesRequest.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.kendra.model.KendraRequest.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
-
nextToken
ListIndicesRequest.Builder nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of indexes.
- Parameters:
nextToken- If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of indexes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListIndicesRequest.Builder maxResults(Integer maxResults)
The maximum number of indices to return.
- Parameters:
maxResults- The maximum number of indices to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListIndicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIndicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-