public static interface ListAccessControlConfigurationsRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<ListAccessControlConfigurationsRequest.Builder,ListAccessControlConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAccessControlConfigurationsRequest.Builder |
indexId(String indexId)
The identifier of the index for the access control configuration.
|
ListAccessControlConfigurationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of access control configurations to return.
|
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.
|
ListAccessControlConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccessControlConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccessControlConfigurationsRequest.Builder indexId(String indexId)
The identifier of the index for the access control configuration.
indexId - The identifier of the index for the access control configuration.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.
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.ListAccessControlConfigurationsRequest.Builder maxResults(Integer maxResults)
The maximum number of access control configurations to return.
maxResults - The maximum number of access control configurations to return.ListAccessControlConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAccessControlConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.