public static interface NeoVpcConfig.Builder extends SdkPojo, CopyableBuilder<NeoVpcConfig.Builder,NeoVpcConfig>
| Modifier and Type | Method and Description |
|---|---|
NeoVpcConfig.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs.
|
NeoVpcConfig.Builder |
securityGroupIds(String... securityGroupIds)
The VPC security group IDs.
|
NeoVpcConfig.Builder |
subnets(Collection<String> subnets)
The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in
Amazon S3.
|
NeoVpcConfig.Builder |
subnets(String... subnets)
The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in
Amazon S3.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNeoVpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for
the VPC that is specified in the Subnets field.
securityGroupIds - The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups
for the VPC that is specified in the Subnets field.NeoVpcConfig.Builder securityGroupIds(String... securityGroupIds)
The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for
the VPC that is specified in the Subnets field.
securityGroupIds - The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups
for the VPC that is specified in the Subnets field.NeoVpcConfig.Builder subnets(Collection<String> subnets)
The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in Amazon S3.
subnets - The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the
model in Amazon S3.NeoVpcConfig.Builder subnets(String... subnets)
The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in Amazon S3.
subnets - The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the
model in Amazon S3.Copyright © 2023. All rights reserved.