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