Interface DescribeCompanyNetworkConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeCompanyNetworkConfigurationResponse.Builder,,DescribeCompanyNetworkConfigurationResponse> SdkBuilder<DescribeCompanyNetworkConfigurationResponse.Builder,,DescribeCompanyNetworkConfigurationResponse> SdkPojo,SdkResponse.Builder,WorkLinkResponse.Builder
- Enclosing class:
DescribeCompanyNetworkConfigurationResponse
public static interface DescribeCompanyNetworkConfigurationResponse.Builder
extends WorkLinkResponse.Builder, SdkPojo, CopyableBuilder<DescribeCompanyNetworkConfigurationResponse.Builder,DescribeCompanyNetworkConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds(String... securityGroupIds) The security groups associated with access to the provided subnets.securityGroupIds(Collection<String> securityGroupIds) The security groups associated with access to the provided subnets.The subnets used for X-ENI connections from Amazon WorkLink rendering containers.subnetIds(Collection<String> subnetIds) The subnets used for X-ENI connections from Amazon WorkLink rendering containers.The VPC with connectivity to associated websites.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.worklink.model.WorkLinkResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
vpcId
The VPC with connectivity to associated websites.
- Parameters:
vpcId- The VPC with connectivity to associated websites.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
- Parameters:
subnetIds- The subnets used for X-ENI connections from Amazon WorkLink rendering containers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
- Parameters:
subnetIds- The subnets used for X-ENI connections from Amazon WorkLink rendering containers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
DescribeCompanyNetworkConfigurationResponse.Builder securityGroupIds(Collection<String> securityGroupIds) The security groups associated with access to the provided subnets.
- Parameters:
securityGroupIds- The security groups associated with access to the provided subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The security groups associated with access to the provided subnets.
- Parameters:
securityGroupIds- The security groups associated with access to the provided subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-