Interface NeoVpcConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NeoVpcConfig.Builder,
,NeoVpcConfig> SdkBuilder<NeoVpcConfig.Builder,
,NeoVpcConfig> SdkPojo
- Enclosing class:
NeoVpcConfig
public static interface NeoVpcConfig.Builder
extends SdkPojo, CopyableBuilder<NeoVpcConfig.Builder,NeoVpcConfig>
-
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 that you want to connect the compilation job to for accessing the model in Amazon S3.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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 theSubnets
field.- Parameters:
securityGroupIds
- The VPC security group IDs. IDs have the form ofsg-xxxxxxxx
. Specify the security groups for the VPC that is specified in theSubnets
field.- 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 theSubnets
field.- Parameters:
securityGroupIds
- The VPC security group IDs. IDs have the form ofsg-xxxxxxxx
. Specify the security groups for the VPC that is specified in theSubnets
field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-