Interface ListEntityPersonasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEntityPersonasRequest.Builder,ListEntityPersonasRequest>,KendraRequest.Builder,SdkBuilder<ListEntityPersonasRequest.Builder,ListEntityPersonasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEntityPersonasRequest
public static interface ListEntityPersonasRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<ListEntityPersonasRequest.Builder,ListEntityPersonasRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEntityPersonasRequest.Builderid(String id)The identifier of your Amazon Kendra experience.ListEntityPersonasRequest.BuilderindexId(String indexId)The identifier of the index for your Amazon Kendra experience.ListEntityPersonasRequest.BuildermaxResults(Integer maxResults)The maximum number of returned users or groups.ListEntityPersonasRequest.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.ListEntityPersonasRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEntityPersonasRequest.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
-
id
ListEntityPersonasRequest.Builder id(String id)
The identifier of your Amazon Kendra experience.
- Parameters:
id- The identifier of your Amazon Kendra experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexId
ListEntityPersonasRequest.Builder indexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
- Parameters:
indexId- The identifier of the index for your Amazon Kendra experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListEntityPersonasRequest.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 users or groups.
- 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 users or groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEntityPersonasRequest.Builder maxResults(Integer maxResults)
The maximum number of returned users or groups.
- Parameters:
maxResults- The maximum number of returned users or groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEntityPersonasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEntityPersonasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-