Interface ListExperienceEntitiesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListExperienceEntitiesRequest.Builder,ListExperienceEntitiesRequest>,KendraRequest.Builder,SdkBuilder<ListExperienceEntitiesRequest.Builder,ListExperienceEntitiesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListExperienceEntitiesRequest
public static interface ListExperienceEntitiesRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<ListExperienceEntitiesRequest.Builder,ListExperienceEntitiesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListExperienceEntitiesRequest.Builderid(String id)The identifier of your Amazon Kendra experience.ListExperienceEntitiesRequest.BuilderindexId(String indexId)The identifier of the index for your Amazon Kendra experience.ListExperienceEntitiesRequest.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.ListExperienceEntitiesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListExperienceEntitiesRequest.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
ListExperienceEntitiesRequest.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
ListExperienceEntitiesRequest.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
ListExperienceEntitiesRequest.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.
-
overrideConfiguration
ListExperienceEntitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListExperienceEntitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-