Interface VpcOptions.Builder

    • Method Detail

      • subnetIds

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

        A list of subnet IDs associated with the VPC endpoint.

        Parameters:
        subnetIds - A list of subnet IDs associated with the VPC endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        VpcOptions.Builder subnetIds​(String... subnetIds)

        A list of subnet IDs associated with the VPC endpoint.

        Parameters:
        subnetIds - A list of subnet IDs associated with the VPC endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

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

        A list of security groups associated with the VPC endpoint.

        Parameters:
        securityGroupIds - A list of security groups associated with the VPC endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        VpcOptions.Builder securityGroupIds​(String... securityGroupIds)

        A list of security groups associated with the VPC endpoint.

        Parameters:
        securityGroupIds - A list of security groups associated with the VPC endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.