public static interface DataSourceVpcConfiguration.Builder extends SdkPojo, CopyableBuilder<DataSourceVpcConfiguration.Builder,DataSourceVpcConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DataSourceVpcConfiguration.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A list of identifiers of security groups within your Amazon VPC.
|
DataSourceVpcConfiguration.Builder |
securityGroupIds(String... securityGroupIds)
A list of identifiers of security groups within your Amazon VPC.
|
DataSourceVpcConfiguration.Builder |
subnetIds(Collection<String> subnetIds)
A list of identifiers for subnets within your Amazon VPC.
|
DataSourceVpcConfiguration.Builder |
subnetIds(String... subnetIds)
A list of identifiers for subnets within your Amazon VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSourceVpcConfiguration.Builder subnetIds(Collection<String> subnetIds)
A list of identifiers for subnets within your Amazon VPC. The subnets should be able to connect to each other in the VPC, and they should have outgoing access to the Internet through a NAT device.
subnetIds - A list of identifiers for subnets within your Amazon VPC. The subnets should be able to connect to
each other in the VPC, and they should have outgoing access to the Internet through a NAT device.DataSourceVpcConfiguration.Builder subnetIds(String... subnetIds)
A list of identifiers for subnets within your Amazon VPC. The subnets should be able to connect to each other in the VPC, and they should have outgoing access to the Internet through a NAT device.
subnetIds - A list of identifiers for subnets within your Amazon VPC. The subnets should be able to connect to
each other in the VPC, and they should have outgoing access to the Internet through a NAT device.DataSourceVpcConfiguration.Builder securityGroupIds(Collection<String> securityGroupIds)
A list of identifiers of security groups within your Amazon VPC. The security groups should enable Amazon Kendra to connect to the data source.
securityGroupIds - A list of identifiers of security groups within your Amazon VPC. The security groups should enable
Amazon Kendra to connect to the data source.DataSourceVpcConfiguration.Builder securityGroupIds(String... securityGroupIds)
A list of identifiers of security groups within your Amazon VPC. The security groups should enable Amazon Kendra to connect to the data source.
securityGroupIds - A list of identifiers of security groups within your Amazon VPC. The security groups should enable
Amazon Kendra to connect to the data source.Copyright © 2020. All rights reserved.