Interface VPCOptions.Builder

    • Method Detail

      • subnetIds

        VPCOptions.Builder subnetIds​(Collection<String> subnetIds)

        Specifies the subnets for VPC endpoint.

        Parameters:
        subnetIds - Specifies the subnets for VPC endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        VPCOptions.Builder subnetIds​(String... subnetIds)

        Specifies the subnets for VPC endpoint.

        Parameters:
        subnetIds - Specifies the subnets for VPC endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        VPCOptions.Builder securityGroupIds​(Collection<String> securityGroupIds)

        Specifies the security groups for VPC endpoint.

        Parameters:
        securityGroupIds - Specifies the security groups for VPC endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        VPCOptions.Builder securityGroupIds​(String... securityGroupIds)

        Specifies the security groups for VPC endpoint.

        Parameters:
        securityGroupIds - Specifies the security groups for VPC endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.