public static interface FsxConfiguration.Builder extends SdkPojo, CopyableBuilder<FsxConfiguration.Builder,FsxConfiguration>
| Modifier and Type | Method and Description |
|---|---|
FsxConfiguration.Builder |
exclusionPatterns(Collection<String> exclusionPatterns)
A list of regular expression patterns to exclude certain files in your Amazon FSx file system.
|
FsxConfiguration.Builder |
exclusionPatterns(String... exclusionPatterns)
A list of regular expression patterns to exclude certain files in your Amazon FSx file system.
|
FsxConfiguration.Builder |
fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map Amazon FSx data source attributes or
field names to Amazon Kendra index field names. |
FsxConfiguration.Builder |
fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map Amazon FSx data source attributes or
field names to Amazon Kendra index field names. |
FsxConfiguration.Builder |
fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map Amazon FSx data source attributes or
field names to Amazon Kendra index field names. |
FsxConfiguration.Builder |
fileSystemId(String fileSystemId)
The identifier of the Amazon FSx file system.
|
FsxConfiguration.Builder |
fileSystemType(FsxFileSystemType fileSystemType)
The Amazon FSx file system type.
|
FsxConfiguration.Builder |
fileSystemType(String fileSystemType)
The Amazon FSx file system type.
|
FsxConfiguration.Builder |
inclusionPatterns(Collection<String> inclusionPatterns)
A list of regular expression patterns to include certain files in your Amazon FSx file system.
|
FsxConfiguration.Builder |
inclusionPatterns(String... inclusionPatterns)
A list of regular expression patterns to include certain files in your Amazon FSx file system.
|
FsxConfiguration.Builder |
secretArn(String secretArn)
The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to
connect to your Amazon FSx file system.
|
default FsxConfiguration.Builder |
vpcConfiguration(Consumer<DataSourceVpcConfiguration.Builder> vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your Amazon FSx.
|
FsxConfiguration.Builder |
vpcConfiguration(DataSourceVpcConfiguration vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your Amazon FSx.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFsxConfiguration.Builder fileSystemId(String fileSystemId)
The identifier of the Amazon FSx file system.
You can find your file system ID on the file system dashboard in the Amazon FSx console. For information on how to create a file system in Amazon FSx console, using Windows File Server as an example, see Amazon FSx Getting started guide.
fileSystemId - The identifier of the Amazon FSx file system.
You can find your file system ID on the file system dashboard in the Amazon FSx console. For information on how to create a file system in Amazon FSx console, using Windows File Server as an example, see Amazon FSx Getting started guide.
FsxConfiguration.Builder fileSystemType(String fileSystemType)
The Amazon FSx file system type. Windows is currently the only supported type.
fileSystemType - The Amazon FSx file system type. Windows is currently the only supported type.FsxFileSystemType,
FsxFileSystemTypeFsxConfiguration.Builder fileSystemType(FsxFileSystemType fileSystemType)
The Amazon FSx file system type. Windows is currently the only supported type.
fileSystemType - The Amazon FSx file system type. Windows is currently the only supported type.FsxFileSystemType,
FsxFileSystemTypeFsxConfiguration.Builder vpcConfiguration(DataSourceVpcConfiguration vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your Amazon FSx. Your Amazon FSx instance must reside inside your VPC.
vpcConfiguration - Configuration information for an Amazon Virtual Private Cloud to connect to your Amazon FSx. Your
Amazon FSx instance must reside inside your VPC.default FsxConfiguration.Builder vpcConfiguration(Consumer<DataSourceVpcConfiguration.Builder> vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your Amazon FSx. Your Amazon FSx instance must reside inside your VPC.
This is a convenience method that creates an instance of theDataSourceVpcConfiguration.Builder
avoiding the need to create one manually via DataSourceVpcConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to vpcConfiguration(DataSourceVpcConfiguration).
vpcConfiguration - a consumer that will call methods on DataSourceVpcConfiguration.BuildervpcConfiguration(DataSourceVpcConfiguration)FsxConfiguration.Builder secretArn(String secretArn)
The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your Amazon FSx file system. Windows is currently the only supported type. The secret must contain a JSON structure with the following keys:
username—The Active Directory user name, along with the Domain Name System (DNS) domain name. For example, user@corp.example.com. The Active Directory user account must have read and mounting access to the Amazon FSx file system for Windows.
password—The password of the Active Directory user account with read and mounting access to the Amazon FSx Windows file system.
secretArn - The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required
to connect to your Amazon FSx file system. Windows is currently the only supported type. The secret
must contain a JSON structure with the following keys:
username—The Active Directory user name, along with the Domain Name System (DNS) domain name. For example, user@corp.example.com. The Active Directory user account must have read and mounting access to the Amazon FSx file system for Windows.
password—The password of the Active Directory user account with read and mounting access to the Amazon FSx Windows file system.
FsxConfiguration.Builder inclusionPatterns(Collection<String> inclusionPatterns)
A list of regular expression patterns to include certain files in your Amazon FSx file system. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
inclusionPatterns - A list of regular expression patterns to include certain files in your Amazon FSx file system. Files
that match the patterns are included in the index. Files that don't match the patterns are excluded
from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes
precedence and the file isn't included in the index.FsxConfiguration.Builder inclusionPatterns(String... inclusionPatterns)
A list of regular expression patterns to include certain files in your Amazon FSx file system. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
inclusionPatterns - A list of regular expression patterns to include certain files in your Amazon FSx file system. Files
that match the patterns are included in the index. Files that don't match the patterns are excluded
from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes
precedence and the file isn't included in the index.FsxConfiguration.Builder exclusionPatterns(Collection<String> exclusionPatterns)
A list of regular expression patterns to exclude certain files in your Amazon FSx file system. Files that match the patterns are excluded from the index. Files that don't match the patterns are included in the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
exclusionPatterns - A list of regular expression patterns to exclude certain files in your Amazon FSx file system. Files
that match the patterns are excluded from the index. Files that don't match the patterns are included
in the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes
precedence and the file isn't included in the index.FsxConfiguration.Builder exclusionPatterns(String... exclusionPatterns)
A list of regular expression patterns to exclude certain files in your Amazon FSx file system. Files that match the patterns are excluded from the index. Files that don't match the patterns are included in the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
exclusionPatterns - A list of regular expression patterns to exclude certain files in your Amazon FSx file system. Files
that match the patterns are excluded from the index. Files that don't match the patterns are included
in the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes
precedence and the file isn't included in the index.FsxConfiguration.Builder fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
A list of DataSourceToIndexFieldMapping objects that map Amazon FSx data source attributes or
field names to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Amazon FSx fields. For more information, see Mapping data source fields. The
Amazon FSx data source field names must exist in your Amazon FSx custom metadata.
fieldMappings - A list of DataSourceToIndexFieldMapping objects that map Amazon FSx data source
attributes or field names to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Amazon FSx fields. For more information, see Mapping data source fields.
The Amazon FSx data source field names must exist in your Amazon FSx custom metadata.FsxConfiguration.Builder fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
A list of DataSourceToIndexFieldMapping objects that map Amazon FSx data source attributes or
field names to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Amazon FSx fields. For more information, see Mapping data source fields. The
Amazon FSx data source field names must exist in your Amazon FSx custom metadata.
fieldMappings - A list of DataSourceToIndexFieldMapping objects that map Amazon FSx data source
attributes or field names to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Amazon FSx fields. For more information, see Mapping data source fields.
The Amazon FSx data source field names must exist in your Amazon FSx custom metadata.FsxConfiguration.Builder fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
A list of DataSourceToIndexFieldMapping objects that map Amazon FSx data source attributes or
field names to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Amazon FSx fields. For more information, see Mapping data source fields. The
Amazon FSx data source field names must exist in your Amazon FSx custom metadata.
DataSourceToIndexFieldMapping.Builder avoiding the need
to create one manually via
DataSourceToIndexFieldMapping.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #fieldMappings(List.
fieldMappings - a consumer that will call methods on
DataSourceToIndexFieldMapping.Builder#fieldMappings(java.util.Collection) Copyright © 2023. All rights reserved.