| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkforceVpcConfigResponse.Builder |
WorkforceVpcConfigResponse.builder() |
WorkforceVpcConfigResponse.Builder |
WorkforceVpcConfigResponse.Builder.securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
WorkforceVpcConfigResponse.Builder |
WorkforceVpcConfigResponse.Builder.securityGroupIds(String... securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
WorkforceVpcConfigResponse.Builder |
WorkforceVpcConfigResponse.Builder.subnets(Collection<String> subnets)
The ID of the subnets in the VPC that you want to connect.
|
WorkforceVpcConfigResponse.Builder |
WorkforceVpcConfigResponse.Builder.subnets(String... subnets)
The ID of the subnets in the VPC that you want to connect.
|
WorkforceVpcConfigResponse.Builder |
WorkforceVpcConfigResponse.toBuilder() |
WorkforceVpcConfigResponse.Builder |
WorkforceVpcConfigResponse.Builder.vpcEndpointId(String vpcEndpointId)
The IDs for the VPC service endpoints of your VPC workforce when it is created and updated.
|
WorkforceVpcConfigResponse.Builder |
WorkforceVpcConfigResponse.Builder.vpcId(String vpcId)
The ID of the VPC that the workforce uses for communication.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkforceVpcConfigResponse.Builder> |
WorkforceVpcConfigResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Workforce.Builder |
Workforce.Builder.workforceVpcConfig(Consumer<WorkforceVpcConfigResponse.Builder> workforceVpcConfig)
The configuration of a VPC workforce.
|
Copyright © 2022. All rights reserved.