| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkforceVpcConfigRequest.Builder |
WorkforceVpcConfigRequest.builder() |
WorkforceVpcConfigRequest.Builder |
WorkforceVpcConfigRequest.Builder.securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
WorkforceVpcConfigRequest.Builder |
WorkforceVpcConfigRequest.Builder.securityGroupIds(String... securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
WorkforceVpcConfigRequest.Builder |
WorkforceVpcConfigRequest.Builder.subnets(Collection<String> subnets)
The ID of the subnets in the VPC that you want to connect.
|
WorkforceVpcConfigRequest.Builder |
WorkforceVpcConfigRequest.Builder.subnets(String... subnets)
The ID of the subnets in the VPC that you want to connect.
|
WorkforceVpcConfigRequest.Builder |
WorkforceVpcConfigRequest.toBuilder() |
WorkforceVpcConfigRequest.Builder |
WorkforceVpcConfigRequest.Builder.vpcId(String vpcId)
The ID of the VPC that the workforce uses for communication.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkforceVpcConfigRequest.Builder> |
WorkforceVpcConfigRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.workforceVpcConfig(Consumer<WorkforceVpcConfigRequest.Builder> workforceVpcConfig)
Use this parameter to update your VPC configuration for a workforce.
|
default CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.workforceVpcConfig(Consumer<WorkforceVpcConfigRequest.Builder> workforceVpcConfig)
Use this parameter to configure a workforce using VPC.
|
Copyright © 2023. All rights reserved.