Uses of Interface
software.amazon.awssdk.services.sagemaker.model.WorkforceVpcConfigResponse.Builder
-
Packages that use WorkforceVpcConfigResponse.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of WorkforceVpcConfigResponse.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return WorkforceVpcConfigResponse.Builder Modifier and Type Method Description static WorkforceVpcConfigResponse.BuilderWorkforceVpcConfigResponse. builder()WorkforceVpcConfigResponse.BuilderWorkforceVpcConfigResponse.Builder. securityGroupIds(String... securityGroupIds)The VPC security group IDs, in the form sg-xxxxxxxx.WorkforceVpcConfigResponse.BuilderWorkforceVpcConfigResponse.Builder. securityGroupIds(Collection<String> securityGroupIds)The VPC security group IDs, in the form sg-xxxxxxxx.WorkforceVpcConfigResponse.BuilderWorkforceVpcConfigResponse.Builder. subnets(String... subnets)The ID of the subnets in the VPC that you want to connect.WorkforceVpcConfigResponse.BuilderWorkforceVpcConfigResponse.Builder. subnets(Collection<String> subnets)The ID of the subnets in the VPC that you want to connect.WorkforceVpcConfigResponse.BuilderWorkforceVpcConfigResponse. toBuilder()WorkforceVpcConfigResponse.BuilderWorkforceVpcConfigResponse.Builder. vpcEndpointId(String vpcEndpointId)The IDs for the VPC service endpoints of your VPC workforce when it is created and updated.WorkforceVpcConfigResponse.BuilderWorkforceVpcConfigResponse.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 WorkforceVpcConfigResponse.Builder Modifier and Type Method Description static Class<? extends WorkforceVpcConfigResponse.Builder>WorkforceVpcConfigResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type WorkforceVpcConfigResponse.Builder Modifier and Type Method Description default Workforce.BuilderWorkforce.Builder. workforceVpcConfig(Consumer<WorkforceVpcConfigResponse.Builder> workforceVpcConfig)The configuration of a VPC workforce.
-