public static interface RecommendationJobVpcConfig.Builder extends SdkPojo, CopyableBuilder<RecommendationJobVpcConfig.Builder,RecommendationJobVpcConfig>
| Modifier and Type | Method and Description |
|---|---|
RecommendationJobVpcConfig.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs.
|
RecommendationJobVpcConfig.Builder |
securityGroupIds(String... securityGroupIds)
The VPC security group IDs.
|
RecommendationJobVpcConfig.Builder |
subnets(Collection<String> subnets)
The ID of the subnets in the VPC to which you want to connect your model.
|
RecommendationJobVpcConfig.Builder |
subnets(String... subnets)
The ID of the subnets in the VPC to which you want to connect your model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendationJobVpcConfig.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.RecommendationJobVpcConfig.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.RecommendationJobVpcConfig.Builder subnets(Collection<String> subnets)
The ID of the subnets in the VPC to which you want to connect your model.
subnets - The ID of the subnets in the VPC to which you want to connect your model.RecommendationJobVpcConfig.Builder subnets(String... subnets)
The ID of the subnets in the VPC to which you want to connect your model.
subnets - The ID of the subnets in the VPC to which you want to connect your model.Copyright © 2022. All rights reserved.