Interface OptimizationVpcConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OptimizationVpcConfig.Builder,
,OptimizationVpcConfig> SdkBuilder<OptimizationVpcConfig.Builder,
,OptimizationVpcConfig> SdkPojo
- Enclosing class:
OptimizationVpcConfig
@Mutable
@NotThreadSafe
public static interface OptimizationVpcConfig.Builder
extends SdkPojo, CopyableBuilder<OptimizationVpcConfig.Builder,OptimizationVpcConfig>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds
(String... securityGroupIds) The VPC security group IDs, in the formsg-xxxxxxxx
.securityGroupIds
(Collection<String> securityGroupIds) The VPC security group IDs, in the formsg-xxxxxxxx
.The ID of the subnets in the VPC to which you want to connect your optimized model.subnets
(Collection<String> subnets) The ID of the subnets in the VPC to which you want to connect your optimized model.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, sdkFieldNameToField, sdkFields
-
Method Details
-
securityGroupIds
The VPC security group IDs, in the form
sg-xxxxxxxx
. Specify the security groups for the VPC that is specified in theSubnets
field.- Parameters:
securityGroupIds
- The VPC security group IDs, in the formsg-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, in the form
sg-xxxxxxxx
. Specify the security groups for the VPC that is specified in theSubnets
field.- Parameters:
securityGroupIds
- The VPC security group IDs, in the formsg-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 to which you want to connect your optimized model.
- Parameters:
subnets
- The ID of the subnets in the VPC to which you want to connect your optimized 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 optimized model.
- Parameters:
subnets
- The ID of the subnets in the VPC to which you want to connect your optimized model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-