Interface RecommendationJobVpcConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RecommendationJobVpcConfig.Builder,,RecommendationJobVpcConfig> SdkBuilder<RecommendationJobVpcConfig.Builder,,RecommendationJobVpcConfig> SdkPojo
- Enclosing class:
 RecommendationJobVpcConfig
public static interface RecommendationJobVpcConfig.Builder
extends SdkPojo, CopyableBuilder<RecommendationJobVpcConfig.Builder,RecommendationJobVpcConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds(String... securityGroupIds) The VPC security group IDs.securityGroupIds(Collection<String> securityGroupIds) The VPC security group IDs.The ID of the subnets in the VPC to which you want to connect your model.subnets(Collection<String> subnets) The ID of the subnets in the VPC to which you want to connect your model.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
securityGroupIds
The VPC security group IDs. IDs have the form of
sg-xxxxxxxx. Specify the security groups for the VPC that is specified in theSubnetsfield.- Parameters:
 securityGroupIds- The VPC security group IDs. IDs have the form ofsg-xxxxxxxx. Specify the security groups for the VPC that is specified in theSubnetsfield.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroupIds
The VPC security group IDs. IDs have the form of
sg-xxxxxxxx. Specify the security groups for the VPC that is specified in theSubnetsfield.- Parameters:
 securityGroupIds- The VPC security group IDs. IDs have the form ofsg-xxxxxxxx. Specify the security groups for the VPC that is specified in theSubnetsfield.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnets
The ID of the subnets in the VPC to which you want to connect your model.
- Parameters:
 subnets- The ID of the subnets in the VPC to which you want to connect your model.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnets
The ID of the subnets in the VPC to which you want to connect your model.
- Parameters:
 subnets- The ID of the subnets in the VPC to which you want to connect your model.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -