public static interface JiraConfiguration.Builder extends SdkPojo, CopyableBuilder<JiraConfiguration.Builder,JiraConfiguration>
| Modifier and Type | Method and Description |
|---|---|
JiraConfiguration.Builder |
attachmentFieldMappings(Collection<DataSourceToIndexFieldMapping> attachmentFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
attachments to Amazon Kendra index field names. |
JiraConfiguration.Builder |
attachmentFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... attachmentFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
attachments to Amazon Kendra index field names. |
JiraConfiguration.Builder |
attachmentFieldMappings(DataSourceToIndexFieldMapping... attachmentFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
attachments to Amazon Kendra index field names. |
JiraConfiguration.Builder |
commentFieldMappings(Collection<DataSourceToIndexFieldMapping> commentFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
comments to Amazon Kendra index field names. |
JiraConfiguration.Builder |
commentFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... commentFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
comments to Amazon Kendra index field names. |
JiraConfiguration.Builder |
commentFieldMappings(DataSourceToIndexFieldMapping... commentFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
comments to Amazon Kendra index field names. |
JiraConfiguration.Builder |
exclusionPatterns(Collection<String> exclusionPatterns)
A list of regular expression patterns to exclude certain file paths, file names, and file types in your Jira
data source.
|
JiraConfiguration.Builder |
exclusionPatterns(String... exclusionPatterns)
A list of regular expression patterns to exclude certain file paths, file names, and file types in your Jira
data source.
|
JiraConfiguration.Builder |
inclusionPatterns(Collection<String> inclusionPatterns)
A list of regular expression patterns to include certain file paths, file names, and file types in your Jira
data source.
|
JiraConfiguration.Builder |
inclusionPatterns(String... inclusionPatterns)
A list of regular expression patterns to include certain file paths, file names, and file types in your Jira
data source.
|
JiraConfiguration.Builder |
issueFieldMappings(Collection<DataSourceToIndexFieldMapping> issueFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
issues to Amazon Kendra index field names. |
JiraConfiguration.Builder |
issueFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... issueFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
issues to Amazon Kendra index field names. |
JiraConfiguration.Builder |
issueFieldMappings(DataSourceToIndexFieldMapping... issueFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
issues to Amazon Kendra index field names. |
JiraConfiguration.Builder |
issueSubEntityFilter(Collection<IssueSubEntity> issueSubEntityFilter)
Specify whether to crawl comments, attachments, and work logs.
|
JiraConfiguration.Builder |
issueSubEntityFilter(IssueSubEntity... issueSubEntityFilter)
Specify whether to crawl comments, attachments, and work logs.
|
JiraConfiguration.Builder |
issueSubEntityFilterWithStrings(Collection<String> issueSubEntityFilter)
Specify whether to crawl comments, attachments, and work logs.
|
JiraConfiguration.Builder |
issueSubEntityFilterWithStrings(String... issueSubEntityFilter)
Specify whether to crawl comments, attachments, and work logs.
|
JiraConfiguration.Builder |
issueType(Collection<String> issueType)
Specify which issue types to crawl in your Jira data source.
|
JiraConfiguration.Builder |
issueType(String... issueType)
Specify which issue types to crawl in your Jira data source.
|
JiraConfiguration.Builder |
jiraAccountUrl(String jiraAccountUrl)
The URL of the Jira account.
|
JiraConfiguration.Builder |
project(Collection<String> project)
Specify which projects to crawl in your Jira data source.
|
JiraConfiguration.Builder |
project(String... project)
Specify which projects to crawl in your Jira data source.
|
JiraConfiguration.Builder |
projectFieldMappings(Collection<DataSourceToIndexFieldMapping> projectFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
projects to Amazon Kendra index field names. |
JiraConfiguration.Builder |
projectFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... projectFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
projects to Amazon Kendra index field names. |
JiraConfiguration.Builder |
projectFieldMappings(DataSourceToIndexFieldMapping... projectFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
projects to Amazon Kendra index field names. |
JiraConfiguration.Builder |
secretArn(String secretArn)
The Amazon Resource Name (ARN) of a secret in Secrets Manager contains the key-value pairs required to
connect to your Jira data source.
|
JiraConfiguration.Builder |
status(Collection<String> status)
Specify which statuses to crawl in your Jira data source.
|
JiraConfiguration.Builder |
status(String... status)
Specify which statuses to crawl in your Jira data source.
|
JiraConfiguration.Builder |
useChangeLog(Boolean useChangeLog)
TRUE to use the Jira change log to determine which documents require updating in the index. |
default JiraConfiguration.Builder |
vpcConfiguration(Consumer<DataSourceVpcConfiguration.Builder> vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your Jira.
|
JiraConfiguration.Builder |
vpcConfiguration(DataSourceVpcConfiguration vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your Jira.
|
JiraConfiguration.Builder |
workLogFieldMappings(Collection<DataSourceToIndexFieldMapping> workLogFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Jira work
logs to Amazon Kendra index field names. |
JiraConfiguration.Builder |
workLogFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... workLogFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Jira work
logs to Amazon Kendra index field names. |
JiraConfiguration.Builder |
workLogFieldMappings(DataSourceToIndexFieldMapping... workLogFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Jira work
logs to Amazon Kendra index field names. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJiraConfiguration.Builder jiraAccountUrl(String jiraAccountUrl)
The URL of the Jira account. For example, company.atlassian.net.
jiraAccountUrl - The URL of the Jira account. For example, company.atlassian.net.JiraConfiguration.Builder secretArn(String secretArn)
The Amazon Resource Name (ARN) of a secret in Secrets Manager contains the key-value pairs required to connect to your Jira data source. The secret must contain a JSON structure with the following keys:
jiraId—The Jira user name or email.
jiraCredentials—The Jira API token. For more information, see Using a Jira data source.
secretArn - The Amazon Resource Name (ARN) of a secret in Secrets Manager contains the key-value pairs required to
connect to your Jira data source. The secret must contain a JSON structure with the following
keys:
jiraId—The Jira user name or email.
jiraCredentials—The Jira API token. For more information, see Using a Jira data source.
JiraConfiguration.Builder useChangeLog(Boolean useChangeLog)
TRUE to use the Jira change log to determine which documents require updating in the index.
Depending on the change log's size, it may take longer for Amazon Kendra to use the change log than to scan
all of your documents in Jira.
useChangeLog - TRUE to use the Jira change log to determine which documents require updating in the
index. Depending on the change log's size, it may take longer for Amazon Kendra to use the change log
than to scan all of your documents in Jira.JiraConfiguration.Builder project(Collection<String> project)
Specify which projects to crawl in your Jira data source. You can specify one or more Jira project IDs.
project - Specify which projects to crawl in your Jira data source. You can specify one or more Jira project
IDs.JiraConfiguration.Builder project(String... project)
Specify which projects to crawl in your Jira data source. You can specify one or more Jira project IDs.
project - Specify which projects to crawl in your Jira data source. You can specify one or more Jira project
IDs.JiraConfiguration.Builder issueType(Collection<String> issueType)
Specify which issue types to crawl in your Jira data source. You can specify one or more of these options to crawl.
issueType - Specify which issue types to crawl in your Jira data source. You can specify one or more of these
options to crawl.JiraConfiguration.Builder issueType(String... issueType)
Specify which issue types to crawl in your Jira data source. You can specify one or more of these options to crawl.
issueType - Specify which issue types to crawl in your Jira data source. You can specify one or more of these
options to crawl.JiraConfiguration.Builder status(Collection<String> status)
Specify which statuses to crawl in your Jira data source. You can specify one or more of these options to crawl.
status - Specify which statuses to crawl in your Jira data source. You can specify one or more of these options
to crawl.JiraConfiguration.Builder status(String... status)
Specify which statuses to crawl in your Jira data source. You can specify one or more of these options to crawl.
status - Specify which statuses to crawl in your Jira data source. You can specify one or more of these options
to crawl.JiraConfiguration.Builder issueSubEntityFilterWithStrings(Collection<String> issueSubEntityFilter)
Specify whether to crawl comments, attachments, and work logs. You can specify one or more of these options.
issueSubEntityFilter - Specify whether to crawl comments, attachments, and work logs. You can specify one or more of these
options.JiraConfiguration.Builder issueSubEntityFilterWithStrings(String... issueSubEntityFilter)
Specify whether to crawl comments, attachments, and work logs. You can specify one or more of these options.
issueSubEntityFilter - Specify whether to crawl comments, attachments, and work logs. You can specify one or more of these
options.JiraConfiguration.Builder issueSubEntityFilter(Collection<IssueSubEntity> issueSubEntityFilter)
Specify whether to crawl comments, attachments, and work logs. You can specify one or more of these options.
issueSubEntityFilter - Specify whether to crawl comments, attachments, and work logs. You can specify one or more of these
options.JiraConfiguration.Builder issueSubEntityFilter(IssueSubEntity... issueSubEntityFilter)
Specify whether to crawl comments, attachments, and work logs. You can specify one or more of these options.
issueSubEntityFilter - Specify whether to crawl comments, attachments, and work logs. You can specify one or more of these
options.JiraConfiguration.Builder attachmentFieldMappings(Collection<DataSourceToIndexFieldMapping> attachmentFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
attachments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Jira fields. For more information, see Mapping data source fields. The
Jira data source field names must exist in your Jira custom metadata.
attachmentFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Jira attachments to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Jira fields. For more information, see Mapping data source
fields. The Jira data source field names must exist in your Jira custom metadata.JiraConfiguration.Builder attachmentFieldMappings(DataSourceToIndexFieldMapping... attachmentFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
attachments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Jira fields. For more information, see Mapping data source fields. The
Jira data source field names must exist in your Jira custom metadata.
attachmentFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Jira attachments to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Jira fields. For more information, see Mapping data source
fields. The Jira data source field names must exist in your Jira custom metadata.JiraConfiguration.Builder attachmentFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... attachmentFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
attachments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Jira fields. For more information, see Mapping data source fields. The
Jira data source field names must exist in your Jira 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 #attachmentFieldMappings(List.
attachmentFieldMappings - a consumer that will call methods on
DataSourceToIndexFieldMapping.Builder#attachmentFieldMappings(java.util.Collection) JiraConfiguration.Builder commentFieldMappings(Collection<DataSourceToIndexFieldMapping> commentFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
comments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Jira fields. For more information, see Mapping data source fields. The
Jira data source field names must exist in your Jira custom metadata.
commentFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Jira comments to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Jira fields. For more information, see Mapping data source
fields. The Jira data source field names must exist in your Jira custom metadata.JiraConfiguration.Builder commentFieldMappings(DataSourceToIndexFieldMapping... commentFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
comments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Jira fields. For more information, see Mapping data source fields. The
Jira data source field names must exist in your Jira custom metadata.
commentFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Jira comments to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Jira fields. For more information, see Mapping data source
fields. The Jira data source field names must exist in your Jira custom metadata.JiraConfiguration.Builder commentFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... commentFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
comments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Jira fields. For more information, see Mapping data source fields. The
Jira data source field names must exist in your Jira 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 #commentFieldMappings(List.
commentFieldMappings - a consumer that will call methods on
DataSourceToIndexFieldMapping.Builder#commentFieldMappings(java.util.Collection) JiraConfiguration.Builder issueFieldMappings(Collection<DataSourceToIndexFieldMapping> issueFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
issues to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Jira fields. For more information, see Mapping data source fields. The
Jira data source field names must exist in your Jira custom metadata.
issueFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Jira issues to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Jira fields. For more information, see Mapping data source
fields. The Jira data source field names must exist in your Jira custom metadata.JiraConfiguration.Builder issueFieldMappings(DataSourceToIndexFieldMapping... issueFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
issues to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Jira fields. For more information, see Mapping data source fields. The
Jira data source field names must exist in your Jira custom metadata.
issueFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Jira issues to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Jira fields. For more information, see Mapping data source
fields. The Jira data source field names must exist in your Jira custom metadata.JiraConfiguration.Builder issueFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... issueFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
issues to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Jira fields. For more information, see Mapping data source fields. The
Jira data source field names must exist in your Jira 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 #issueFieldMappings(List.
issueFieldMappings - a consumer that will call methods on
DataSourceToIndexFieldMapping.Builder#issueFieldMappings(java.util.Collection) JiraConfiguration.Builder projectFieldMappings(Collection<DataSourceToIndexFieldMapping> projectFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
projects to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Jira fields. For more information, see Mapping data source fields. The
Jira data source field names must exist in your Jira custom metadata.
projectFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Jira projects to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Jira fields. For more information, see Mapping data source
fields. The Jira data source field names must exist in your Jira custom metadata.JiraConfiguration.Builder projectFieldMappings(DataSourceToIndexFieldMapping... projectFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
projects to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Jira fields. For more information, see Mapping data source fields. The
Jira data source field names must exist in your Jira custom metadata.
projectFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Jira projects to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Jira fields. For more information, see Mapping data source
fields. The Jira data source field names must exist in your Jira custom metadata.JiraConfiguration.Builder projectFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... projectFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira
projects to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Jira fields. For more information, see Mapping data source fields. The
Jira data source field names must exist in your Jira 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 #projectFieldMappings(List.
projectFieldMappings - a consumer that will call methods on
DataSourceToIndexFieldMapping.Builder#projectFieldMappings(java.util.Collection) JiraConfiguration.Builder workLogFieldMappings(Collection<DataSourceToIndexFieldMapping> workLogFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira work
logs to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before
you map to Jira fields. For more information, see Mapping data source fields. The
Jira data source field names must exist in your Jira custom metadata.
workLogFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Jira work logs to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Jira fields. For more information, see Mapping data source
fields. The Jira data source field names must exist in your Jira custom metadata.JiraConfiguration.Builder workLogFieldMappings(DataSourceToIndexFieldMapping... workLogFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira work
logs to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before
you map to Jira fields. For more information, see Mapping data source fields. The
Jira data source field names must exist in your Jira custom metadata.
workLogFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Jira work logs to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Jira fields. For more information, see Mapping data source
fields. The Jira data source field names must exist in your Jira custom metadata.JiraConfiguration.Builder workLogFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... workLogFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira work
logs to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before
you map to Jira fields. For more information, see Mapping data source fields. The
Jira data source field names must exist in your Jira 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 #workLogFieldMappings(List.
workLogFieldMappings - a consumer that will call methods on
DataSourceToIndexFieldMapping.Builder#workLogFieldMappings(java.util.Collection) JiraConfiguration.Builder inclusionPatterns(Collection<String> inclusionPatterns)
A list of regular expression patterns to include certain file paths, file names, and file types in your Jira data source. 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 pattern and an 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 file paths, file names, and file types in
your Jira data source. 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 pattern and an exclusion
pattern, the exclusion pattern takes precedence and the file isn't included in the index.JiraConfiguration.Builder inclusionPatterns(String... inclusionPatterns)
A list of regular expression patterns to include certain file paths, file names, and file types in your Jira data source. 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 pattern and an 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 file paths, file names, and file types in
your Jira data source. 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 pattern and an exclusion
pattern, the exclusion pattern takes precedence and the file isn't included in the index.JiraConfiguration.Builder exclusionPatterns(Collection<String> exclusionPatterns)
A list of regular expression patterns to exclude certain file paths, file names, and file types in your Jira data source. 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 pattern and an 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 file paths, file names, and file types in
your Jira data source. 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 pattern and an
exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.JiraConfiguration.Builder exclusionPatterns(String... exclusionPatterns)
A list of regular expression patterns to exclude certain file paths, file names, and file types in your Jira data source. 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 pattern and an 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 file paths, file names, and file types in
your Jira data source. 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 pattern and an
exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.JiraConfiguration.Builder vpcConfiguration(DataSourceVpcConfiguration vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your Jira. For more information, see Configuring a VPC.
vpcConfiguration - Configuration information for an Amazon Virtual Private Cloud to connect to your Jira. For more
information, see Configuring a VPC.default JiraConfiguration.Builder vpcConfiguration(Consumer<DataSourceVpcConfiguration.Builder> vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your Jira. For more information, see Configuring a 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)Copyright © 2023. All rights reserved.