| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
S3Path.Builder |
S3Path.Builder.bucket(String bucket)
The name of the S3 bucket that contains the file.
|
static S3Path.Builder |
S3Path.builder() |
S3Path.Builder |
S3Path.Builder.key(String key)
The name of the file.
|
S3Path.Builder |
S3Path.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Path.Builder> |
S3Path.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default OneDriveUsers.Builder |
OneDriveUsers.Builder.oneDriveUserS3Path(Consumer<S3Path.Builder> oneDriveUserS3Path)
The S3 bucket location of a file containing a list of users whose documents should be indexed.
|
default CreateFaqRequest.Builder |
CreateFaqRequest.Builder.s3Path(Consumer<S3Path.Builder> s3Path)
The path to the FAQ file in S3.
|
default DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.s3Path(Consumer<S3Path.Builder> s3Path)
Sets the value of the S3Path property for this object.
|
default Document.Builder |
Document.Builder.s3Path(Consumer<S3Path.Builder> s3Path)
Sets the value of the S3Path property for this object.
|
default GroupMembers.Builder |
GroupMembers.Builder.s3PathforGroupMembers(Consumer<S3Path.Builder> s3PathforGroupMembers)
If you have more than 1000 users and/or sub groups for a single group, you need to provide the path to the S3
file that lists your users and sub groups for a group.
|
default UpdateQuerySuggestionsBlockListRequest.Builder |
UpdateQuerySuggestionsBlockListRequest.Builder.sourceS3Path(Consumer<S3Path.Builder> sourceS3Path)
The S3 path where your block list text file sits in S3.
|
default DescribeQuerySuggestionsBlockListResponse.Builder |
DescribeQuerySuggestionsBlockListResponse.Builder.sourceS3Path(Consumer<S3Path.Builder> sourceS3Path)
Shows the current S3 path to your block list text file in your S3 bucket.
|
default DescribeThesaurusResponse.Builder |
DescribeThesaurusResponse.Builder.sourceS3Path(Consumer<S3Path.Builder> sourceS3Path)
Sets the value of the SourceS3Path property for this object.
|
default CreateQuerySuggestionsBlockListRequest.Builder |
CreateQuerySuggestionsBlockListRequest.Builder.sourceS3Path(Consumer<S3Path.Builder> sourceS3Path)
The S3 path to your block list text file in your S3 bucket.
|
default UpdateThesaurusRequest.Builder |
UpdateThesaurusRequest.Builder.sourceS3Path(Consumer<S3Path.Builder> sourceS3Path)
Sets the value of the SourceS3Path property for this object.
|
default CreateThesaurusRequest.Builder |
CreateThesaurusRequest.Builder.sourceS3Path(Consumer<S3Path.Builder> sourceS3Path)
The path to the thesaurus file in S3.
|
default SharePointConfiguration.Builder |
SharePointConfiguration.Builder.sslCertificateS3Path(Consumer<S3Path.Builder> sslCertificateS3Path)
The path to the SSL certificate stored in an Amazon S3 bucket.
|
default AlfrescoConfiguration.Builder |
AlfrescoConfiguration.Builder.sslCertificateS3Path(Consumer<S3Path.Builder> sslCertificateS3Path)
The path to the SSL certificate stored in an Amazon S3 bucket.
|
default OnPremiseConfiguration.Builder |
OnPremiseConfiguration.Builder.sslCertificateS3Path(Consumer<S3Path.Builder> sslCertificateS3Path)
The path to the SSL certificate stored in an Amazon S3 bucket.
|
Copyright © 2023. All rights reserved.