public static interface WorkforceVpcConfigRequest.Builder extends SdkPojo, CopyableBuilder<WorkforceVpcConfigRequest.Builder,WorkforceVpcConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
WorkforceVpcConfigRequest.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
WorkforceVpcConfigRequest.Builder |
securityGroupIds(String... securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
WorkforceVpcConfigRequest.Builder |
subnets(Collection<String> subnets)
The ID of the subnets in the VPC that you want to connect.
|
WorkforceVpcConfigRequest.Builder |
subnets(String... subnets)
The ID of the subnets in the VPC that you want to connect.
|
WorkforceVpcConfigRequest.Builder |
vpcId(String vpcId)
The ID of the VPC that the workforce uses for communication.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkforceVpcConfigRequest.Builder vpcId(String vpcId)
The ID of the VPC that the workforce uses for communication.
vpcId - The ID of the VPC that the workforce uses for communication.WorkforceVpcConfigRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.
securityGroupIds - The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as
specified in the subnet.WorkforceVpcConfigRequest.Builder securityGroupIds(String... securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.
securityGroupIds - The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as
specified in the subnet.WorkforceVpcConfigRequest.Builder subnets(Collection<String> subnets)
The ID of the subnets in the VPC that you want to connect.
subnets - The ID of the subnets in the VPC that you want to connect.WorkforceVpcConfigRequest.Builder subnets(String... subnets)
The ID of the subnets in the VPC that you want to connect.
subnets - The ID of the subnets in the VPC that you want to connect.Copyright © 2023. All rights reserved.