| 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 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 CreateFaqRequest.Builder |
CreateFaqRequest.Builder.s3Path(Consumer<S3Path.Builder> s3Path)
The S3 location of the FAQ input data.
|
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 thesaurus file Amazon S3 source path.
|
default DescribeThesaurusResponse.Builder |
DescribeThesaurusResponse.Builder.sourceS3Path(Consumer<S3Path.Builder> sourceS3Path)
Sets the value of the SourceS3Path property for this object.
|
Copyright © 2021. All rights reserved.