Interface DescribeCompanyNetworkConfigurationResponse.Builder

    • Method Detail

      • vpcId

        DescribeCompanyNetworkConfigurationResponse.Builder vpcId​(String 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

        DescribeCompanyNetworkConfigurationResponse.Builder subnetIds​(Collection<String> 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

        DescribeCompanyNetworkConfigurationResponse.Builder subnetIds​(String... 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

        DescribeCompanyNetworkConfigurationResponse.Builder securityGroupIds​(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.