Uses of Interface
software.amazon.awssdk.services.sagemaker.model.WorkforceVpcConfigRequest.Builder
-
Packages that use WorkforceVpcConfigRequest.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of WorkforceVpcConfigRequest.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return WorkforceVpcConfigRequest.Builder Modifier and Type Method Description static WorkforceVpcConfigRequest.BuilderWorkforceVpcConfigRequest. builder()WorkforceVpcConfigRequest.BuilderWorkforceVpcConfigRequest.Builder. securityGroupIds(String... securityGroupIds)The VPC security group IDs, in the formsg-xxxxxxxx.WorkforceVpcConfigRequest.BuilderWorkforceVpcConfigRequest.Builder. securityGroupIds(Collection<String> securityGroupIds)The VPC security group IDs, in the formsg-xxxxxxxx.WorkforceVpcConfigRequest.BuilderWorkforceVpcConfigRequest.Builder. subnets(String... subnets)The ID of the subnets in the VPC that you want to connect.WorkforceVpcConfigRequest.BuilderWorkforceVpcConfigRequest.Builder. subnets(Collection<String> subnets)The ID of the subnets in the VPC that you want to connect.WorkforceVpcConfigRequest.BuilderWorkforceVpcConfigRequest. toBuilder()WorkforceVpcConfigRequest.BuilderWorkforceVpcConfigRequest.Builder. vpcId(String vpcId)The ID of the VPC that the workforce uses for communication.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type WorkforceVpcConfigRequest.Builder Modifier and Type Method Description static Class<? extends WorkforceVpcConfigRequest.Builder>WorkforceVpcConfigRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type WorkforceVpcConfigRequest.Builder Modifier and Type Method Description default CreateWorkforceRequest.BuilderCreateWorkforceRequest.Builder. workforceVpcConfig(Consumer<WorkforceVpcConfigRequest.Builder> workforceVpcConfig)Use this parameter to configure a workforce using VPC.default UpdateWorkforceRequest.BuilderUpdateWorkforceRequest.Builder. workforceVpcConfig(Consumer<WorkforceVpcConfigRequest.Builder> workforceVpcConfig)Use this parameter to update your VPC configuration for a workforce.
-