public static interface WorkforceVpcConfigResponse.Builder extends SdkPojo, CopyableBuilder<WorkforceVpcConfigResponse.Builder,WorkforceVpcConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
WorkforceVpcConfigResponse.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
WorkforceVpcConfigResponse.Builder |
securityGroupIds(String... securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
WorkforceVpcConfigResponse.Builder |
subnets(Collection<String> subnets)
The ID of the subnets in the VPC that you want to connect.
|
WorkforceVpcConfigResponse.Builder |
subnets(String... subnets)
The ID of the subnets in the VPC that you want to connect.
|
WorkforceVpcConfigResponse.Builder |
vpcEndpointId(String vpcEndpointId)
The IDs for the VPC service endpoints of your VPC workforce when it is created and updated.
|
WorkforceVpcConfigResponse.Builder |
vpcId(String vpcId)
The ID of the VPC that the workforce uses for communication.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkforceVpcConfigResponse.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.WorkforceVpcConfigResponse.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.WorkforceVpcConfigResponse.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.WorkforceVpcConfigResponse.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.WorkforceVpcConfigResponse.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.WorkforceVpcConfigResponse.Builder vpcEndpointId(String vpcEndpointId)
The IDs for the VPC service endpoints of your VPC workforce when it is created and updated.
vpcEndpointId - The IDs for the VPC service endpoints of your VPC workforce when it is created and updated.Copyright © 2023. All rights reserved.